summaryrefslogtreecommitdiffstats
path: root/recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb')
-rw-r--r--recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb b/recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb
new file mode 100644
index 0000000000..2a0dbbc82f
--- /dev/null
+++ b/recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb
@@ -0,0 +1,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
+}
+