[arch-commits] Commit in libnfs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Ike Devolder
idevolder at gemini.archlinux.org
Thu Aug 11 11:22:54 UTC 2022
Date: Thursday, August 11, 2022 @ 11:22:54
Author: idevolder
Revision: 1265235
archrelease: copy trunk to community-x86_64
Added:
libnfs/repos/community-x86_64/PKGBUILD
(from rev 1265234, libnfs/trunk/PKGBUILD)
Deleted:
libnfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-11 11:22:48 UTC (rev 1265234)
+++ PKGBUILD 2022-08-11 11:22:54 UTC (rev 1265235)
@@ -1,34 +0,0 @@
-# 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
-}
-
Copied: libnfs/repos/community-x86_64/PKGBUILD (from rev 1265234, libnfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-11 11:22:54 UTC (rev 1265235)
@@ -0,0 +1,34 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=libnfs
+pkgver=5.0.2
+pkgrel=1
+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=('6dcf4ea8a01b35beb53694625d20fbebd858a88725c2742671878ad6fe7877999f93d262fb58a435b00c283c3e6fb6fa7222d04bb4540bf674b7ce196e9424f5')
+
+#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