CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: adapted to 64b
[crossrootfs.git] / zlib / Pkgfile
index 6ccc8282cb66659415679a624228a9c82952dc82..444943b0fa6d277e72a70200cc2b677f32bf42b9 100644 (file)
@@ -5,15 +5,15 @@
 # Depends on:
 
 name=zlib
-version=1.2.7
+version=1.2.8
 release=2
-source=(http://www.zlib.net/$name-$version.tar.bz2)
+source=(http://www.zlib.net/$name-$version.tar.gz)
 
 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
 }