[arch-commits] Commit in libnfs/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 12:36:30 UTC 2020


    Date: Tuesday, July 7, 2020 @ 12:36:30
  Author: felixonmars
Revision: 658155

archrelease: copy trunk to community-staging-x86_64

Added:
  libnfs/repos/community-staging-x86_64/
  libnfs/repos/community-staging-x86_64/PKGBUILD
    (from rev 658153, libnfs/trunk/PKGBUILD)

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

Copied: libnfs/repos/community-staging-x86_64/PKGBUILD (from rev 658153, libnfs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 12:36:30 UTC (rev 658155)
@@ -0,0 +1,33 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=libnfs
+pkgver=4.0.0
+pkgrel=4
+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"
+)
+sha256sums=('6ee77e9fe220e2d3e3b1f53cfea04fb319828cc7dbb97dd9df09e46e901d797d')
+
+#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