[arch-commits] CVS update of arch/build/lib/gd (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Jun 29 04:22:28 UTC 2007


    Date: Friday, June 29, 2007 @ 00:22:28
  Author: eric
    Path: /home/cvs-arch/arch/build/lib/gd

Modified: PKGBUILD (1.17 -> 1.18)

upgpkg: gd 2.0.35-1
added license


----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)


Index: arch/build/lib/gd/PKGBUILD
diff -u arch/build/lib/gd/PKGBUILD:1.17 arch/build/lib/gd/PKGBUILD:1.18
--- arch/build/lib/gd/PKGBUILD:1.17	Thu Feb  8 06:00:16 2007
+++ arch/build/lib/gd/PKGBUILD	Fri Jun 29 00:22:28 2007
@@ -1,19 +1,23 @@
-# $Id: PKGBUILD,v 1.17 2007/02/08 11:00:16 jgc Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.18 2007/06/29 04:22:28 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+
 pkgname=gd
-pkgver=2.0.34
+pkgver=2.0.35
 pkgrel=1
 pkgdesc="Library for the dynamic creation of images by programmers"
+arch=('i686' 'x86_64')
 url="http://www.libgd.org/"
-arch=(i686 x86_64)
+license=('custom')
 depends=('libpng>=1.2.16' 'fontconfig>=2.4.2' 'libjpeg')
-options=('nolibtool')
+options=('!libtool')
 source=(http://www.libgd.org/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8c25c322f12030b1c24488efd577fec0')
+md5sums=('6c6c3dbb7bf079e0bb5fbbfd3bb8a71c')
+sha1sums=('ccf34a610abff2dbf133a20c4d2a4aa94939018a')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-	./configure --prefix=/usr --without-xpm
+  ./configure --prefix=/usr --without-xpm
   make || return 1
   make DESTDIR=${startdir}/pkg install
+  install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }




More information about the arch-commits mailing list