summaryrefslogtreecommitdiff
path: root/amrnb
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2016-06-26 16:02:24 +1000
committerDanny Rawlins <monster.romster@gmail.com>2016-06-26 16:02:24 +1000
commitaa7a9b382ac964c7d785f1d917c194c63cc8244b (patch)
tree1ccf845a52718922e631f5ca89e1e1aaacc674e1 /amrnb
parentee9f52255a70bed3d3c6f117512bb3ff69f5c675 (diff)
downloadcontrib-aa7a9b382ac964c7d785f1d917c194c63cc8244b.tar.gz
contrib-aa7a9b382ac964c7d785f1d917c194c63cc8244b.tar.xz
amrnb: add missing dep: unzip
Diffstat (limited to 'amrnb')
-rw-r--r--amrnb/Pkgfile9
1 files changed, 3 insertions, 6 deletions
diff --git a/amrnb/Pkgfile b/amrnb/Pkgfile
index e9e42a288..7077296b2 100644
--- a/amrnb/Pkgfile
+++ b/amrnb/Pkgfile
@@ -2,11 +2,11 @@
# URL: http://www.penguin.cz/~utx/amr
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
-# Depends on:
+# Depends on: unzip
name=amrnb
version=7.0.0.2
-release=1
+release=2
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)
@@ -15,10 +15,7 @@ build() {
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/man \
- --disable-static
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit