[arch-commits] Commit in libtasn1/repos (3 files)

Jelle van der Waa jelle at archlinux.org
Tue Sep 24 11:39:03 UTC 2019


    Date: Tuesday, September 24, 2019 @ 11:39:02
  Author: jelle
Revision: 363339

db-move: moved libtasn1 from [testing] to [core] (x86_64)

Added:
  libtasn1/repos/core-x86_64/PKGBUILD
    (from rev 363338, libtasn1/repos/testing-x86_64/PKGBUILD)
Deleted:
  libtasn1/repos/core-x86_64/PKGBUILD
  libtasn1/repos/testing-x86_64/

----------------------+
 /PKGBUILD            |   33 +++++++++++++++++++++++++++++++++
 core-x86_64/PKGBUILD |   36 ------------------------------------
 2 files changed, 33 insertions(+), 36 deletions(-)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2019-09-24 11:38:55 UTC (rev 363338)
+++ core-x86_64/PKGBUILD	2019-09-24 11:39:02 UTC (rev 363339)
@@ -1,36 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=libtasn1
-pkgver=4.14
-pkgrel=1
-pkgdesc="The ASN.1 library used in GNUTLS"
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-url="https://www.gnu.org/software/libtasn1/"
-depends=('glibc')
-source=(https://www.gnupg.org/ftp/gcrypt/gnutls/libtasn1//${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('9e604ba5c5c8ea403487695c2e407405820d98540d9de884d6e844f9a9c5ba08'
-            'SKIP')
-validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos Mavrogiannopoulos <nmav at gnutls.org>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-      --with-packager=Archlinux \
-      --with-packager-bug-reports="http://bugs.archlinux.org/" \
-      --with-packager-version=${pkgver}-${pkgrel}
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  make -C doc/reference DESTDIR="${pkgdir}" install-data-local
-}

Copied: libtasn1/repos/core-x86_64/PKGBUILD (from rev 363338, libtasn1/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2019-09-24 11:39:02 UTC (rev 363339)
@@ -0,0 +1,33 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=libtasn1
+pkgver=4.14
+pkgrel=2
+pkgdesc="The ASN.1 library used in GNUTLS"
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url="https://www.gnu.org/software/libtasn1/"
+depends=('glibc')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/libtasn1//${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('9e604ba5c5c8ea403487695c2e407405820d98540d9de884d6e844f9a9c5ba08'
+            'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos Mavrogiannopoulos <nmav at gnutls.org>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  CODE_COVERAGE_LDFLAGS=${LDFLAGS} make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  make -C doc/reference DESTDIR="${pkgdir}" install-data-local
+}



More information about the arch-commits mailing list