[arch-commits] Commit in xmlsec/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Wed Mar 2 19:01:48 UTC 2016


    Date: Wednesday, March 2, 2016 @ 20:01:48
  Author: foutrelis
Revision: 260548

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xmlsec/repos/staging-i686/
  xmlsec/repos/staging-i686/PKGBUILD
    (from rev 260547, xmlsec/trunk/PKGBUILD)
  xmlsec/repos/staging-x86_64/
  xmlsec/repos/staging-x86_64/PKGBUILD
    (from rev 260547, xmlsec/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: xmlsec/repos/staging-i686/PKGBUILD (from rev 260547, xmlsec/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-02 19:01:48 UTC (rev 260548)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
+
+pkgname=xmlsec
+pkgver=1.2.20
+pkgrel=3
+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=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
+source=(http://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz)
+md5sums=('ce12af00283eb90d9281956524250d6e')
+
+build() {
+  cd ${pkgname}1-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}1-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}1-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xmlsec/repos/staging-x86_64/PKGBUILD (from rev 260547, xmlsec/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-02 19:01:48 UTC (rev 260548)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
+
+pkgname=xmlsec
+pkgver=1.2.20
+pkgrel=3
+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=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
+source=(http://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz)
+md5sums=('ce12af00283eb90d9281956524250d6e')
+
+build() {
+  cd ${pkgname}1-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}1-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}1-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list