Bumped zlib to 1.2.5-3, equal to ArchLinux

This commit is contained in:
Mike Staszel 2011-01-02 01:27:56 -06:00
parent 2cb18b43e4
commit 18243e0769

View file

@ -1,10 +1,13 @@
# Maintainer: Mike Staszel <mikestaszel@plugboxlinux.org>
# Plugbox changes: Removed the GCC patch (CFLAGS="${CFLAGS/-O2/-O3} -f...)
Added --shared to the end of ./configure
pkgname=zlib
pkgver=1.2.5
pkgrel=2
pkgrel=3
pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP'
arch=('i686' 'x86_64' 'arm')
arch=('arm')
license=('custom')
url="http://www.zlib.net/"
depends=('glibc')