core/libnsl/Pkgfile

18 lines
422 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
2023-10-14 09:01:29 +02:00
version=2.0.1
2020-08-10 19:28:38 +02:00
release=1
source=(https://github.com/thkukuk/libnsl/releases/download/v$version/$name-$version.tar.xz)
2020-08-10 19:28:38 +02:00
build() {
2023-08-21 21:49:13 +02:00
cd $name-$version
autoreconf -fi
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2020-08-10 19:28:38 +02:00
}