aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb
blob: 2a0dbbc82fda724c8074680ec8882dee019fd8e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION="Supplementary asterisk-sounds"
HOMEPAGE="www.asterisk.org"
LICENSE="GPL"
DEPENDS="asterisk"
PR = "r1"

SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-sounds-${PV}.tar.gz"

do_install() {
        oe_runmake DESTDIR=${D} install
}