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

Andreas Radke andyrtr at gemini.archlinux.org
Tue Aug 23 18:57:33 UTC 2022


    Date: Tuesday, August 23, 2022 @ 18:57:32
  Author: andyrtr
Revision: 454449

archrelease: copy trunk to testing-x86_64

Added:
  libtasn1/repos/testing-x86_64/
  libtasn1/repos/testing-x86_64/PKGBUILD
    (from rev 454448, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-x86_64/keys/

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

Copied: libtasn1/repos/testing-x86_64/PKGBUILD (from rev 454448, libtasn1/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-08-23 18:57:32 UTC (rev 454449)
@@ -0,0 +1,33 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=libtasn1
+pkgver=4.19.0
+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://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('1613f0ac1cf484d6ec0ce3b8c06d56263cc7242f1c23b30d82d23de345a63f7a'
+            'SKIP')
+validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE') # "Simon Josefsson <simon at josefsson.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