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

Jan de Groot jgc at archlinux.org
Sun Jun 17 13:51:35 UTC 2007


    Date: Sunday, June 17, 2007 @ 09:51:35
  Author: jgc
    Path: /home/cvs-arch/arch/build/lib/libxml2

Modified: PKGBUILD (1.43 -> 1.44)

upgpkg: libxml2 2.6.29-1
Add license


----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Index: arch/build/lib/libxml2/PKGBUILD
diff -u arch/build/lib/libxml2/PKGBUILD:1.43 arch/build/lib/libxml2/PKGBUILD:1.44
--- arch/build/lib/libxml2/PKGBUILD:1.43	Wed Apr 25 17:26:52 2007
+++ arch/build/lib/libxml2/PKGBUILD	Sun Jun 17 09:51:35 2007
@@ -1,24 +1,26 @@
-# $Id: PKGBUILD,v 1.43 2007/04/25 21:26:52 andyrtr Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.44 2007/06/17 13:51:35 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=libxml2
-pkgver=2.6.28
+pkgver=2.6.29
 pkgrel=1
 pkgdesc="XML parsing library, version 2"
 arch=(i686 x86_64)
+license=('custom')
 depends=('zlib' 'readline')
 makedepends=('python>=2.5')
-options=('nolibtool')
+options=('!libtool')
 source=(ftp://xmlsoft.org/libxml/${pkgname}-${pkgver}.tar.gz)
 url="http://www.xmlsoft.org/"
-md5sums=('ddf3c369964980a238fad0b6ad40532c')
+md5sums=('8b99b6e8b08e838438d9e6b639d79ebd')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --with-threads --with-history
   make || return 1
   make DESTDIR=${startdir}/pkg install
+  install -D -m644 COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
   cd  ${startdir}/pkg/usr/include/libxml2/libxml/
   ln -s xmlautomata.h xmlautomate.h
 }




More information about the arch-commits mailing list