ports/contrib (3.2): amrwb: add missing dep: unzip
commit ee9f52255a70bed3d3c6f117512bb3ff69f5c675 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Jun 26 16:01:49 2016 +1000 amrwb: add missing dep: unzip diff --git a/amrwb/Pkgfile b/amrwb/Pkgfile index e802449..b4b754d 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
participants (1)
-
crux@crux.nu