1 # Description: A compression/decompression Library
2 # URL: http://www.zlib.net/
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
10 source=(http://www.zlib.net/$name-$version.tar.bz2
11 http://svn.cross-lfs.org/svn/repos/cross-lfs/branches/clfs-sysroot/patches/$name-$version-fPIC-1.patch)
15 patch -Np1 -i ../$name-$version-fPIC-1.patch
17 ./configure --prefix=/usr \
21 make prefix=$PKG/usr mandir=$PKG/usr/man install
23 chmod -v 644 $PKG/usr/lib/libz.a