2008-10-22 14:51:18 +00:00
|
|
|
# Template build file for 'zlib'
|
|
|
|
pkgname=zlib
|
2010-03-16 21:38:46 +00:00
|
|
|
version=1.2.4
|
2010-04-20 23:37:11 +00:00
|
|
|
revision=1
|
2008-10-28 22:57:52 +00:00
|
|
|
distfiles="http://www.zlib.net/$pkgname-$version.tar.bz2"
|
2008-10-22 14:51:18 +00:00
|
|
|
build_style=configure
|
2010-03-16 21:38:46 +00:00
|
|
|
configure_args="--prefix=/usr --shared"
|
2010-04-20 23:37:11 +00:00
|
|
|
if [ "${xbps_machine}" = "x86_64" ]; then
|
|
|
|
configure_args="${configure_args} --64"
|
|
|
|
fi
|
2009-03-18 09:02:43 +00:00
|
|
|
short_desc="A compression/decompression Library"
|
2008-10-22 14:51:18 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-03-16 21:38:46 +00:00
|
|
|
checksum=d0fc3433bb3ff5bbf1d2db57a328c0be39ac4a74d4b39887af522acf7ecd5ecc
|
2008-10-22 14:51:18 +00:00
|
|
|
long_desc="
|
|
|
|
This is a general purpose data compression library. All the code
|
|
|
|
is thread safe. The data format used by the library is described
|
|
|
|
by RFCs (Request for Comments) 1950 to 1952."
|
2008-10-22 14:52:17 +00:00
|
|
|
|
2008-10-27 06:42:40 +00:00
|
|
|
base_chroot=yes
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="zlib-devel"
|
2009-02-24 06:13:11 +00:00
|
|
|
Add_dependency run glibc
|