23 lines
758 B
Text
23 lines
758 B
Text
# Template build file for 'zlib'
|
|
pkgname=zlib
|
|
version=1.2.6
|
|
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
|
|
make_build_args="CFLAGS=-fPIC"
|
|
make_install_args="LDCONFIG="
|
|
short_desc="A compression/decompression Library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="zlib"
|
|
checksum=fa3e3e4881fa5810b8903f2c7e0dcd5a0a673535f0438021c4bbb5db1b918c8e
|
|
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"
|