mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/zlib to 1.2.8-3
This commit is contained in:
parent
65a01d9ba8
commit
1c5021e0a3
1 changed files with 7 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue