CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pciutils: Updated to 3.1.6.
[crossrootfs.git] / zlib / Pkgfile
index 5622c44293ca2fb60f95e3311eefb041aac1d319..99f035e2a0f811356b799f80cb3525afc1dfb37b 100644 (file)
@@ -1,7 +1,7 @@
 # Description: A compression/decompression Library
 # URL: http://www.zlib.net/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX ARM System Team
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
 # Depends on:
 
 name=zlib
@@ -13,8 +13,12 @@ source=(http://www.zlib.net/$name-$version.tar.bz2
 build() {
   cd $name-$version
   patch -Np1 -i ../$name-$version-fPIC-1.patch
-  ./configure --prefix=/usr --shared
+
+  ./configure --prefix=/usr \
+              --shared
+
   make AR="$AR rc"
   make prefix=$PKG/usr mandir=$PKG/usr/man install
+
   chmod -v 644 $PKG/usr/lib/libz.a
 }