[arch-commits] Commit in libnfs/repos/community-x86_64 (PKGBUILD PKGBUILD)

Ike Devolder idevolder at gemini.archlinux.org
Sat Feb 26 09:36:37 UTC 2022


    Date: Saturday, February 26, 2022 @ 09:36:37
  Author: idevolder
Revision: 1136649

archrelease: copy trunk to community-x86_64

Added:
  libnfs/repos/community-x86_64/PKGBUILD
    (from rev 1136648, libnfs/trunk/PKGBUILD)
Deleted:
  libnfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-26 09:36:32 UTC (rev 1136648)
+++ PKGBUILD	2022-02-26 09:36:37 UTC (rev 1136649)
@@ -1,33 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-
-pkgname=libnfs
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="client library for accessing NFS shares"
-arch=('x86_64')
-url="https://github.com/sahlberg/libnfs"
-license=('GPL')
-depends=('glibc')
-source=(
-	"https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz"
-)
-sha512sums=('71f2dcfa8945c1cb6402f5fca10b1f7a4720f7589807d6130eb55361f05ef4684f9cc9a177ece4e13d3847ac6606924115fac7b27749cecc2f5aca6fa9c63ebf')
-
-#prepare() {
-  #cd "$pkgname-$pkgname-$pkgver"
-
-#}
-
-build() {
-	cd "$pkgname-$pkgname-$pkgver"
-
-	autoreconf -vif
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "$pkgname-$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-}
-

Copied: libnfs/repos/community-x86_64/PKGBUILD (from rev 1136648, libnfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-26 09:36:37 UTC (rev 1136649)
@@ -0,0 +1,34 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=libnfs
+pkgver=5.0.1
+pkgrel=2
+pkgdesc="client library for accessing NFS shares"
+arch=('x86_64')
+url="https://github.com/sahlberg/libnfs"
+license=('GPL')
+options=('debug')
+depends=('glibc')
+source=(
+	"https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz"
+)
+sha512sums=('71f2dcfa8945c1cb6402f5fca10b1f7a4720f7589807d6130eb55361f05ef4684f9cc9a177ece4e13d3847ac6606924115fac7b27749cecc2f5aca6fa9c63ebf')
+
+#prepare() {
+  #cd "$pkgname-$pkgname-$pkgver"
+
+#}
+
+build() {
+	cd "$pkgname-$pkgname-$pkgver"
+
+	autoreconf -vif
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list