From 376729a5fab2c5e7d64ef18f7511b6ad58e8542b Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 6 Aug 2012 00:27:41 +0200 Subject: amrwb 10.0.0.0-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- amrwb/.footprint.i686 | 1 + amrwb/.footprint.x86_64 | 1 + amrwb/.md5sum.i686 | 4 ++-- amrwb/.md5sum.x86_64 | 4 ++-- amrwb/Pkgfile | 17 ++++++----------- 5 files changed, 12 insertions(+), 15 deletions(-) (limited to 'amrwb') diff --git a/amrwb/.footprint.i686 b/amrwb/.footprint.i686 index 7d63c5c53..408fb803b 100644 --- a/amrwb/.footprint.i686 +++ b/amrwb/.footprint.i686 @@ -25,6 +25,7 @@ drwxr-xr-x root/root usr/include/amrwb/ -rw-r--r-- root/root usr/include/amrwb/if_rom.h -rw-r--r-- root/root usr/include/amrwb/typedef.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libamrwb.a -rwxr-xr-x root/root usr/lib/libamrwb.la lrwxrwxrwx root/root usr/lib/libamrwb.so -> libamrwb.so.3.0.0 lrwxrwxrwx root/root usr/lib/libamrwb.so.3 -> libamrwb.so.3.0.0 diff --git a/amrwb/.footprint.x86_64 b/amrwb/.footprint.x86_64 index 7d63c5c53..408fb803b 100644 --- a/amrwb/.footprint.x86_64 +++ b/amrwb/.footprint.x86_64 @@ -25,6 +25,7 @@ drwxr-xr-x root/root usr/include/amrwb/ -rw-r--r-- root/root usr/include/amrwb/if_rom.h -rw-r--r-- root/root usr/include/amrwb/typedef.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libamrwb.a -rwxr-xr-x root/root usr/lib/libamrwb.la lrwxrwxrwx root/root usr/lib/libamrwb.so -> libamrwb.so.3.0.0 lrwxrwxrwx root/root usr/lib/libamrwb.so.3 -> libamrwb.so.3.0.0 diff --git a/amrwb/.md5sum.i686 b/amrwb/.md5sum.i686 index 0579c46e2..b1c7f9dcd 100644 --- a/amrwb/.md5sum.i686 +++ b/amrwb/.md5sum.i686 @@ -1,2 +1,2 @@ -2e5098687d3007a05b7acc8298a5b072 26204-700.zip -5ffbc49146b0bb09b5d7f0ec68de1fe7 amrwb-7.0.0.3.tar.bz2 +d55024c87a151cb9ec79c0e0be6309d1 26204-a00.zip +dba4269307cf09e3d76fa3e60b20dc92 amrwb-10.0.0.0.tar.bz2 diff --git a/amrwb/.md5sum.x86_64 b/amrwb/.md5sum.x86_64 index 0579c46e2..b1c7f9dcd 100644 --- a/amrwb/.md5sum.x86_64 +++ b/amrwb/.md5sum.x86_64 @@ -1,2 +1,2 @@ -2e5098687d3007a05b7acc8298a5b072 26204-700.zip -5ffbc49146b0bb09b5d7f0ec68de1fe7 amrwb-7.0.0.3.tar.bz2 +d55024c87a151cb9ec79c0e0be6309d1 26204-a00.zip +dba4269307cf09e3d76fa3e60b20dc92 amrwb-10.0.0.0.tar.bz2 diff --git a/amrwb/Pkgfile b/amrwb/Pkgfile index 22d39a056..43de47ad9 100644 --- a/amrwb/Pkgfile +++ b/amrwb/Pkgfile @@ -6,23 +6,18 @@ # Run on: name=amrwb -version=7.0.0.3 +version=10.0.0.0 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.204/26204-700.zip) + http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-a00.zip) build() { cd $name-$version - 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 + cp $PKGMK_SOURCE_DIR/26204-a00.zip . +# sed -i -e 's| $(MAKE) $(top_srcdir)/26204-700_ANSI-C_source_code.zip||' Makefile.in + ./configure --prefix=/usr \ + --mandir=/usr/share/man make make DESTDIR=$PKG install } - - -- cgit v1.2.3-54-g00ecf