From: Frans Meulenbroeks Date: Fri, 9 Jun 2006 08:16:34 +0000 (+0000) Subject: asterisk-sounds: added package on behalf of Corneliu. release 1.2.1 X-Git-Tag: Release-2010-05/1~9453^2~1482^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=580b2e0a6ccd34ca6f06782f63f3e8e20c85b1ad;p=openembedded.git asterisk-sounds: added package on behalf of Corneliu. release 1.2.1 --- diff --git a/packages/asterisk-sounds/.mtn2git_empty b/packages/asterisk-sounds/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/asterisk-sounds/asterisk-sounds_1.2.1.bb b/packages/asterisk-sounds/asterisk-sounds_1.2.1.bb new file mode 100644 index 0000000000..18b85b8797 --- /dev/null +++ b/packages/asterisk-sounds/asterisk-sounds_1.2.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION="Supplementary asterisk-sounds" +HOMEPAGE="www.asterisk.org" +LICENSE="GPL" +DEPENDS="" +PR = "r0" + +SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-sounds-${PV}.tar.gz" + +do_install() { + oe_runmake DESTDIR=${D} install +} +