aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asterisk-sounds/asterisk-sounds_1.2.1.bb
blob: 2b42c5d234e7939d49786594d47675a5c7e1dd14 (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"
FILE_PR = "r1"

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

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