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

Ike Devolder idevolder at archlinux.org
Tue Jul 3 16:52:55 UTC 2018


    Date: Tuesday, July 3, 2018 @ 16:52:54
  Author: idevolder
Revision: 351397

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: libnfs/repos/community-staging-x86_64/PKGBUILD (from rev 351396, libnfs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-07-03 16:52:54 UTC (rev 351397)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=libnfs
+pkgver=3.0.0
+pkgrel=2
+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=('445d92c5fc55e4a5b115e358e60486cf8f87ee50e0103d46a02e7fb4618566a5')
+
+#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