From ee9f52255a70bed3d3c6f117512bb3ff69f5c675 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 26 Jun 2016 16:01:49 +1000 Subject: [PATCH] amrwb: add missing dep: unzip --- amrwb/Pkgfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/amrwb/Pkgfile b/amrwb/Pkgfile index e802449f8..b4b754d8d 100644 --- a/amrwb/Pkgfile +++ b/amrwb/Pkgfile @@ -2,10 +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: unzip name=amrwb version=7.0.0.4 -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.204/26204-700.zip) @@ -14,10 +15,7 @@ build() { cp $SRC/26204-700_ANSI-C_source_code.zip . sed -i -e 's| $(MAKE) $(top_srcdir)/26204-700_ANSI-C_source_code.zip||' Makefile.in - ./configure \ - --prefix=/usr \ - --mandir=/usr/man \ - --disable-static + ./configure --prefix=/usr make make DESTDIR=$PKG install