summaryrefslogtreecommitdiff
path: root/extra/libpng/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-09 23:10:17 +0000
committerroot <root@rshg047.dnsready.net>2011-07-09 23:10:17 +0000
commitd1e588afc2779754c0abd1122ecf4f8e3c863d7a (patch)
treeb9373ca2187d6796b8045bae62418621abf01ff4 /extra/libpng/PKGBUILD
parentd006db78a1ce530e9df8a65f87bf39e8d6cc88e5 (diff)
Sat Jul 9 23:10:17 UTC 2011
Diffstat (limited to 'extra/libpng/PKGBUILD')
-rw-r--r--extra/libpng/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/extra/libpng/PKGBUILD b/extra/libpng/PKGBUILD
index 42cc6b9e0..531e9397e 100644
--- a/extra/libpng/PKGBUILD
+++ b/extra/libpng/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 103693 2010-12-22 14:49:59Z jgc $
+# $Id: PKGBUILD 130820 2011-07-08 07:28:34Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
# Contributor: Travis Willard <travis@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=libpng
-pkgver=1.4.5
-_apngver=1.4.5
+pkgver=1.4.8
+_apngver=1.4.7
pkgrel=1
pkgdesc="A collection of routines used to create PNG format graphics files"
arch=('i686' 'x86_64')
url="http://www.libpng.org/pub/png/libpng.html"
license=('custom')
-depends=('zlib')
+depends=('zlib' 'sh')
options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz"
"http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz")
-md5sums=('37d420c7d8294aac438c150bb4335901'
- '459affb0ac7e0f1ae4d99b88234cb3db')
+md5sums=('2ce595d571f2b06a9403ed5bcfa4ecbd'
+ '4842a4cba3487a64084ca0a7417ff1c7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -28,6 +28,10 @@ build() {
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
cd contrib/pngminus