[arch-commits] Commit in (libnsl libnsl/repos libnsl/trunk libnsl/trunk/PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Tue Apr 10 19:54:21 UTC 2018
Date: Tuesday, April 10, 2018 @ 19:54:20
Author: bpiotrowski
Revision: 321508
libnsl 1.2.0-1
Added:
libnsl/
libnsl/repos/
libnsl/trunk/
libnsl/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: libnsl/trunk/PKGBUILD
===================================================================
--- libnsl/trunk/PKGBUILD (rev 0)
+++ libnsl/trunk/PKGBUILD 2018-04-10 19:54:20 UTC (rev 321508)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=libnsl
+pkgver=1.2.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=('05222024777e12e2f6d48f2e7d067ac7')
+
+prepare() {
+ cd $pkgname-$pkgver
+ ./autogen.sh
+}
+
+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