void-packages/srcpkgs/zlib/template
Juan RP d6a67a0f38 zlib: build with --64 on x86_64, bumprev.
--HG--
extra : convert_revision : 43f70850985eca9e5d1a0f31a6b477182b3fd491
2010-04-21 01:37:11 +02:00

21 lines
699 B
Text

# Template build file for 'zlib'
pkgname=zlib
version=1.2.4
revision=1
distfiles="http://www.zlib.net/$pkgname-$version.tar.bz2"
build_style=configure
configure_args="--prefix=/usr --shared"
if [ "${xbps_machine}" = "x86_64" ]; then
configure_args="${configure_args} --64"
fi
short_desc="A compression/decompression Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d0fc3433bb3ff5bbf1d2db57a328c0be39ac4a74d4b39887af522acf7ecd5ecc
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."
base_chroot=yes
subpackages="zlib-devel"
Add_dependency run glibc