CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
readline: updated to 7.0
[crossrootfs.git] / zlib / Pkgfile
index fddb88b04ac2b7137ced8562c37e83017828543a..2deff204c0c22d69b75717439520fb5f3202c8d9 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on:
 
 name=zlib
-version=1.2.8
+version=1.2.11
 release=1
 source=(http://www.zlib.net/$name-$version.tar.gz)
 
@@ -13,7 +13,7 @@ build() {
   cd $name-$version
   ./configure --prefix=/usr --sharedlibdir=/lib
   make
-  make DESTDIR=$PKG mandir=/usr/man install
+  make DESTDIR=$PKG install
   ln -sf ../../lib/libz.so.$version $PKG/usr/lib/libz.so
   rm $PKG/lib/libz.so
 }