aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asterisk-sounds/asterisk-sounds_1.2.1.bb
blob: 3a07f2cb0deda8fc1eaff17627bb7b348ac6000b (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
}