[arch-commits] Commit in libnfs/repos (2 files)
Ike Devolder
idevolder at archlinux.org
Sun Feb 24 21:30:12 UTC 2019
Date: Sunday, February 24, 2019 @ 21:30:11
Author: idevolder
Revision: 435555
archrelease: copy trunk to community-testing-x86_64
Added:
libnfs/repos/community-testing-x86_64/
libnfs/repos/community-testing-x86_64/PKGBUILD
(from rev 435554, libnfs/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: libnfs/repos/community-testing-x86_64/PKGBUILD (from rev 435554, libnfs/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2019-02-24 21:30:11 UTC (rev 435555)
@@ -0,0 +1,33 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=libnfs
+pkgver=4.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=('4d2091b0096392871fffca28272a3d496e62bd0936cfc9de95de57c46fc89f1a')
+
+#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