core/libnsl/Pkgfile

17 lines
415 B
Plaintext
Raw Normal View History

2020-08-10 19:28:38 +02:00
# Description: Public client interface library for NIS(YP) and NIS+ from glibc
2021-12-13 12:11:40 +01:00
# URL: https://github.com/thkukuk/libnsl
# Maintainer: CRUX System Team, core-ports at crux dot nu
2020-08-10 19:28:38 +02:00
name=libnsl
2021-12-11 19:30:48 +01:00
version=2.0.0
2020-08-10 19:28:38 +02:00
release=1
source=(https://github.com/thkukuk/$name/releases/download/v$version/$name-$version.tar.xz)
build() {
cd $name-$version
autoreconf -fi
2021-12-11 19:30:48 +01:00
./configure --prefix=/usr
2020-08-10 19:28:38 +02:00
make
make DESTDIR=$PKG install
}