summaryrefslogtreecommitdiffstats
path: root/amrnb/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 13:08:13 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 13:08:13 +0200
commit3f7fa8577232250fa57eb87c13872b41e808f34a (patch)
tree9c7a8b38400f0232e3769daadb5e51dad61e0cea /amrnb/Pkgfile
parentc4150c622c75fe54df7e7300254282a4f84a9ed8 (diff)
downloadnutyx-pakxe-3f7fa8577232250fa57eb87c13872b41e808f34a.tar.gz
nutyx-pakxe-3f7fa8577232250fa57eb87c13872b41e808f34a.tar.bz2
nutyx-pakxe-3f7fa8577232250fa57eb87c13872b41e808f34a.tar.xz
nutyx-pakxe-3f7fa8577232250fa57eb87c13872b41e808f34a.zip
amrnb, ajout
Diffstat (limited to 'amrnb/Pkgfile')
-rw-r--r--amrnb/Pkgfile26
1 files changed, 26 insertions, 0 deletions
diff --git a/amrnb/Pkgfile b/amrnb/Pkgfile
new file mode 100644
index 000000000..ff104ea73
--- /dev/null
+++ b/amrnb/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Wrapper library for 3GPP Adaptive Multi-Rate Narrowband Floating-point Speech Codec.
+# URL: http://www.penguin.cz/~utx/amr
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager: Danny Rawlins, monster dot romster at gmail dot com
+
+name=amrnb
+version=7.0.0.2
+release=1
+source=(http://ftp.penguin.cz/pub/users/utx/amr/$name-$version.tar.bz2
+ http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-700.zip)
+
+build() {
+ cd $name-$version
+ cp $SRC/26104-700_ANSI_C_source_code.zip .
+ sed -i -e 's| $(MAKE) $(top_srcdir)/26104-700_ANSI_C_source_code.zip||' Makefile.in
+
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --disable-static
+
+ make
+ make DESTDIR=$PKG install
+}
+
+