[arch-commits] Commit in xmlsec/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Jan 15 17:05:24 UTC 2017


    Date: Sunday, January 15, 2017 @ 17:05:24
  Author: andyrtr
Revision: 286596

archrelease: copy trunk to extra-x86_64

Added:
  xmlsec/repos/extra-x86_64/PKGBUILD
    (from rev 286595, xmlsec/trunk/PKGBUILD)
Deleted:
  xmlsec/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 17:05:13 UTC (rev 286595)
+++ PKGBUILD	2017-01-15 17:05:24 UTC (rev 286596)
@@ -1,33 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 286595, xmlsec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-15 17:05:24 UTC (rev 286596)
@@ -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="https://www.aleksey.com/xmlsec/index.html"
+depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
+source=(https://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