void-packages/srcpkgs/zlib/template

25 lines
769 B
Text
Raw Normal View History

# Template build file for 'zlib'
pkgname=zlib
2012-05-03 08:47:56 +00:00
version=1.2.7
2012-01-31 23:32:02 +00:00
homepage="http://www.zlib.net"
distfiles="$homepage/$pkgname-$version.tar.bz2"
build_style=configure
configure_args="--prefix=/usr --shared"
if [ "${XBPS_MACHINE}" = "x86_64" ]; then
configure_args="${configure_args} --64"
fi
2010-10-30 23:24:45 +00:00
make_build_args="CFLAGS=-fPIC"
make_install_args="LDCONFIG="
revision=1
short_desc="A compression/decompression Library"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-01-31 23:32:02 +00:00
license="zlib"
2012-05-03 08:47:56 +00:00
checksum=49e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934
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."
bootstrap=yes
subpackages="zlib-devel"