void-packages/templates/zlib/template
Juan RP e0030bc0fe Split pkgs required by xbps-base-chroot, as it was made in Fedora.
- Added an additional shell func to add full (build/run), build
  or run time dependencies to packages. An optional third parameter
  can be used to specify other version than the one set in
  the depends file.
- Use a "depends" file in package directory to specify minimum
  required ABI/API version for a package, so that there's no need
  to set the version all the time in pkgs.
- Updated bash to 4.0.

--HG--
extra : convert_revision : 1aa0ce32d4bdc2cd371eac19ae7bcff2c986b6b3
2009-02-24 07:13:11 +01:00

20 lines
644 B
Text

# Template build file for 'zlib'
pkgname=zlib
sourcepkg=zlib
version=1.2.3
distfiles="http://www.zlib.net/$pkgname-$version.tar.bz2"
build_style=configure
CFLAGS="-fPIC -DPIC"
configure_args="-s"
short_desc="A Massively Spiffy Yet Delicately Unobtrusive Compression Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e3b9950851a19904d642c4dec518623382cf4d2ac24f70a76510c944330d28ca
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="devel"
Add_dependency run glibc