core/zlib to 1.2.8-3

This commit is contained in:
Kevin Mihelich 2013-10-23 13:51:16 +00:00
parent 65a01d9ba8
commit 1c5021e0a3

View file

@ -6,21 +6,25 @@
pkgname=zlib
pkgver=1.2.8
pkgrel=1
pkgrel=3
pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP'
arch=('i686' 'x86_64')
license=('custom')
url="http://www.zlib.net/"
depends=('glibc')
options=('staticlibs') # needed by binutils testsuite
source=("http://zlib.net/current/zlib-${pkgver}.tar.gz")
md5sums=('44d667c142d7cda120332623eab69f40')
prepare() {
cd ${srcdir}/zlib-$pkgver
grep -A 24 '^ Copyright' zlib.h > LICENSE
}
build() {
cd ${srcdir}/zlib-$pkgver
./configure --prefix=/usr --shared
make
grep -A 24 '^ Copyright' zlib.h > LICENSE
}
check() {