[arch-commits] CVS update of extra/lib/xmlsec (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Feb 2 15:42:39 UTC 2008


    Date: Saturday, February 2, 2008 @ 10:42:39
  Author: andyrtr
    Path: /home/cvs-extra/extra/lib/xmlsec

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: xmlsec 1.2.11-1


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


Index: extra/lib/xmlsec/PKGBUILD
diff -u extra/lib/xmlsec/PKGBUILD:1.2 extra/lib/xmlsec/PKGBUILD:1.3
--- extra/lib/xmlsec/PKGBUILD:1.2	Sat Dec  9 09:52:46 2006
+++ extra/lib/xmlsec/PKGBUILD	Sat Feb  2 10:42:39 2008
@@ -1,20 +1,22 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 pkgname=xmlsec
-pkgver=1.2.10
-pkgrel=3
+pkgver=1.2.11
+pkgrel=1
 pkgdesc="XML Security Library is a C library based on LibXML2"
+license=('custom')
 arch=(i686 x86_64)
 url="http://www.aleksey.com/xmlsec/index.html"
 depends=('libxml2' 'libxslt' 'openssl' 'gnutls' 'nss')
 makedepends=('pkgconfig')
-options=('nolibtool')
+options=('!libtool')
 source=(http://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz)
-md5sums=('52b1b528fc80753a0cb51f27455ca3bf')
+md5sums=('5652d44eec1375a399a6c61f5f6091f1')
 
 build() {
   cd ${startdir}/src/${pkgname}1-${pkgver}
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install
+  install -D -m644 ${startdir}/src/${pkgname}1-${pkgver}/COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }




More information about the arch-commits mailing list