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

Andreas Radke andyrtr at gemini.archlinux.org
Sat Oct 30 20:03:43 UTC 2021


    Date: Saturday, October 30, 2021 @ 20:03:43
  Author: andyrtr
Revision: 426845

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-30 20:03:37 UTC (rev 426844)
+++ PKGBUILD	2021-10-30 20:03:43 UTC (rev 426845)
@@ -1,36 +0,0 @@
-# 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.32
-pkgrel=1
-pkgdesc="XML Security Library is a C library based on LibXML2"
-license=('custom')
-arch=('x86_64')
-url="https://www.aleksey.com/xmlsec/index.html"
-depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
-provides=('libxmlsec1.so' 'libxmlsec1-openssl.so' 'libxmlsec1-nss.so' 'libxmlsec1-gnutls.so' 'libxmlsec1-gcrypt.so')
-#source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.{tar.gz,sig}) # signature file not compatible
-source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz)
-sha256sums=('e383702853236004e5b08e424b8afe9b53fe9f31aaa7a5382f39d9533eb7c043')
-#validpgpkeys=('') #
-
-build() {
-  cd ${pkgname}1-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  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 426844, xmlsec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-30 20:03:43 UTC (rev 426845)
@@ -0,0 +1,36 @@
+# 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.33
+pkgrel=1
+pkgdesc="XML Security Library is a C library based on LibXML2"
+license=('custom')
+arch=('x86_64')
+url="https://www.aleksey.com/xmlsec/index.html"
+depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
+provides=('libxmlsec1.so' 'libxmlsec1-openssl.so' 'libxmlsec1-nss.so' 'libxmlsec1-gnutls.so' 'libxmlsec1-gcrypt.so')
+#source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.{tar.gz,sig}) # signature file not compatible
+source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz)
+sha256sums=('26041d35a20a245ed5a2fb9ee075f10825664d274220cb5190340fa87a4d0931')
+#validpgpkeys=('') #
+
+build() {
+  cd ${pkgname}1-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  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