[arch-commits] Commit in zip/trunk (ChangeLog PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Aug 11 03:19:45 UTC 2008


    Date: Sunday, August 10, 2008 @ 23:19:45
  Author: eric
Revision: 8432

upgpkg: zip 3.0-1
    Removed zcrypt reference as it's now included in zip 3.0, Added bzip2 depends, Added license, FHS man pages, Disabled SMP build

Modified:
  zip/trunk/ChangeLog
  zip/trunk/PKGBUILD

-----------+
 ChangeLog |    8 ++++++++
 PKGBUILD  |   15 +++++++--------
 2 files changed, 15 insertions(+), 8 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-08-11 03:17:42 UTC (rev 8431)
+++ ChangeLog	2008-08-11 03:19:45 UTC (rev 8432)
@@ -1,4 +1,12 @@
+2008-08-10  Eric Belanger  <eric at archlinux.org>
 
+	* zip 3.0-1
+	* Removed zcrypt reference as it's now included in zip 3.0
+	* Added bzip2 depends
+	* Added license
+	* FHS man pages
+	* Disabled SMP build
+
 2008-07-27  Douglas Soares de Andrade  <douglas at archlinux.org>
 	
 	* Updating for i686: 3.0

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-11 03:17:42 UTC (rev 8431)
+++ PKGBUILD	2008-08-11 03:19:45 UTC (rev 8432)
@@ -7,17 +7,16 @@
 pkgdesc="Creates PKZIP-compatible .zip files"
 arch=(i686 x86_64)
 url="http://www.info-zip.org/pub/infozip/Zip.html"
-depends=('glibc')
+license=('BSD')
+depends=('glibc' 'bzip2')
 makedepends=('unzip')
-source=(ftp://ftp.info-zip.org/pub/infozip/src/zip30.zip
-        ftp://ftp.info-zip.org/pub/infozip/src/zcrypt.zip)
+options=('!makeflags')
+source=(ftp://ftp.info-zip.org/pub/infozip/src/zip30.zip)
+md5sums=('e88492c8abd68fa9cfba72bc08757dba')
 
-md5sums=('e88492c8abd68fa9cfba72bc08757dba'
-         '0c969ba1661183b041a142945ed2710e')
-
 build() {
    cd $startdir/src/${pkgname}30
-   echo "A"| unzip ../zcrypt.zip
    make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic_gcc || return 1
-   make -f unix/Makefile INSTALL=`which install` prefix=$startdir/pkg/usr install
+   make -f unix/Makefile INSTALL=`which install` prefix=$startdir/pkg/usr MANDIR=$startdir/pkg/usr/share/man/man1 install
+   install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE.txt
 }




More information about the arch-commits mailing list