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

Jan de Groot jgc at archlinux.org
Sun Jun 10 20:00:45 UTC 2007


    Date: Sunday, June 10, 2007 @ 16:00:45
  Author: jgc
    Path: /home/cvs-arch/arch/build/lib/expat

Modified: PKGBUILD (1.11 -> 1.12)

upgpkg: expat 2.0.1-1
Add license


----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


Index: arch/build/lib/expat/PKGBUILD
diff -u arch/build/lib/expat/PKGBUILD:1.11 arch/build/lib/expat/PKGBUILD:1.12
--- arch/build/lib/expat/PKGBUILD:1.11	Fri Aug 18 16:45:12 2006
+++ arch/build/lib/expat/PKGBUILD	Sun Jun 10 16:00:45 2007
@@ -1,21 +1,23 @@
-# $Id: PKGBUILD,v 1.11 2006/08/18 20:45:12 jgc Exp $
+# $Id: PKGBUILD,v 1.12 2007/06/10 20:00:45 jgc Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=expat
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="An XML Parser library written in C"
 arch=(i686 x86_64)
+license=('custom')
 depends=('glibc')
-options=('nolibtool')
+options=('!libtool')
 source=(http://heanet.dl.sourceforge.net/sourceforge/expat/${pkgname}-${pkgver}.tar.gz)
 url="http://expat.sourceforge.net/"
-md5sums=(d945df7f1c0868c5c73cf66ba9596f3f)
+md5sums=('ee8b492592568805593f81f8cdf2a04c')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install
+  install -m644 -D COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }




More information about the arch-commits mailing list