2008-10-22 16:51:18 +02:00
|
|
|
# Template build file for 'zlib'
|
|
|
|
pkgname=zlib
|
2010-03-16 22:38:46 +01:00
|
|
|
version=1.2.4
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://www.zlib.net/$pkgname-$version.tar.bz2"
|
2008-10-22 16:51:18 +02:00
|
|
|
build_style=configure
|
2010-03-16 22:38:46 +01:00
|
|
|
configure_args="--prefix=/usr --shared"
|
2009-03-18 10:02:43 +01:00
|
|
|
short_desc="A compression/decompression Library"
|
2008-10-22 16:51:18 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-03-16 22:38:46 +01:00
|
|
|
checksum=d0fc3433bb3ff5bbf1d2db57a328c0be39ac4a74d4b39887af522acf7ecd5ecc
|
2008-10-22 16:51:18 +02: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 16:52:17 +02:00
|
|
|
|
2008-10-27 07:42:40 +01:00
|
|
|
base_chroot=yes
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="zlib-devel"
|
2009-02-24 07:13:11 +01:00
|
|
|
Add_dependency run glibc
|