diff options
-rw-r--r-- | packages/asterisk-sounds/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/asterisk-sounds/asterisk-sounds_1.2.1.bb | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/asterisk-sounds/.mtn2git_empty b/packages/asterisk-sounds/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/asterisk-sounds/.mtn2git_empty 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 +} + |