[arch-commits] Commit in libnsl/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sun Aug 9 17:05:04 UTC 2020
Date: Sunday, August 9, 2020 @ 17:05:04
Author: bpiotrowski
Revision: 393468
archrelease: copy trunk to testing-x86_64
Added:
libnsl/repos/testing-x86_64/
libnsl/repos/testing-x86_64/PKGBUILD
(from rev 393467, libnsl/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: libnsl/repos/testing-x86_64/PKGBUILD (from rev 393467, libnsl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-09 17:05:04 UTC (rev 393468)
@@ -0,0 +1,28 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=libnsl
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Public client interface library for NIS(YP) and NIS+'
+arch=(x86_64)
+url='https://github.com/thkukuk/libnsl'
+license=('LGPL2.1')
+depends=(libtirpc)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+md5sums=('a7ab1d3e2a685edad1a55857bfccf318')
+
+prepare() {
+ cd $pkgname-$pkgver
+ autoreconf -fi
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list