[arch-commits] Commit in libgssglue/repos/testing-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Tue Aug 16 10:09:40 UTC 2022


    Date: Tuesday, August 16, 2022 @ 10:09:40
  Author: dvzrv
Revision: 453000

archrelease: copy trunk to testing-x86_64

Added:
  libgssglue/repos/testing-x86_64/PKGBUILD
    (from rev 452999, libgssglue/trunk/PKGBUILD)
Deleted:
  libgssglue/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-16 10:09:27 UTC (rev 452999)
+++ PKGBUILD	2022-08-16 10:09:40 UTC (rev 453000)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=libgssglue
-pkgver=0.6
-pkgrel=1
-pkgdesc="Library exporting a gssapi interface to call gssapi routines in other libraries"
-arch=(x86_64)
-url="https://gitlab.com/gsasl/libgssglue/"
-license=(BSD)
-depends=(glibc)
-provides=(libgssglue.so)
-backup=(etc/gssapi_mech.conf)
-options=(debug)
-source=(https://gitlab.com/gsasl/$pkgname/-/archive/$pkgname-$pkgver/$pkgname-$pkgname-$pkgver.tar.gz)
-sha512sums=('b306f39b6a18047a2cacb7ba72d7445abfe3963893f7b39e992997e3c767ac574fd468431f86bafd6054217f67dbad2f4a25cc3065a956987fb1f4565be547af')
-b2sums=('afdd14dff21ff742ab34991ceaec389d2fcccf78a78e89b18d3f3be64d4e85fde178ce40e5ee80c971f5126b73e2300a2f6ac73a7e3374ff0100b779262e6fdf')
-
-prepare() {
-  cd $pkgname-$pkgname-$pkgver
-  touch ChangeLog
-  autoreconf -fiv
-}
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir/" install -C $pkgname-$pkgname-$pkgver
-  install -vDm 644 $pkgname-$pkgname-$pkgver/doc/gssapi_mech.conf -t "$pkgdir/etc/"
-  install -vDm 644 $pkgname-$pkgname-$pkgver/COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 $pkgname-$pkgname-$pkgver/{AUTHORS,README,NEWS} -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: libgssglue/repos/testing-x86_64/PKGBUILD (from rev 452999, libgssglue/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-16 10:09:40 UTC (rev 453000)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libgssglue
+pkgver=0.7
+pkgrel=1
+pkgdesc="Library exporting a gssapi interface to call gssapi routines in other libraries"
+arch=(x86_64)
+url="https://gitlab.com/gsasl/libgssglue/"
+license=(BSD)
+depends=(glibc)
+provides=(libgssglue.so)
+backup=(etc/gssapi_mech.conf)
+options=(debug)
+source=(https://gitlab.com/gsasl/$pkgname/-/archive/$pkgname-$pkgver/$pkgname-$pkgname-$pkgver.tar.gz)
+sha512sums=('6f3b2bec37fec376fcdbf804593c01d6ba35541e482956f454583e6cd9e623f4d0f85ee75302621c38abe67c7675a39312bc25522985253482aa7012b8b6688e')
+b2sums=('ade4c5eaf642e79090d84688f4c4e2abd07b1cdc955fafaf439c1453dc64e25fd2a7433b5330dd70e8a1559b1270af5f2029ab3027f53b1d01c05e6a7532489c')
+
+prepare() {
+  cd $pkgname-$pkgname-$pkgver
+  touch ChangeLog
+  autoreconf -fiv
+}
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir/" install -C $pkgname-$pkgname-$pkgver
+  install -vDm 644 $pkgname-$pkgname-$pkgver/doc/gssapi_mech.conf -t "$pkgdir/etc/"
+  install -vDm 644 $pkgname-$pkgname-$pkgver/COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 $pkgname-$pkgname-$pkgver/{AUTHORS,README,NEWS} -t "$pkgdir/usr/share/doc/$pkgname/"
+}



More information about the arch-commits mailing list