diff options
Diffstat (limited to 'repo/system/libnsl')
-rw-r--r-- | repo/system/libnsl/libnsl.xibuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/repo/system/libnsl/libnsl.xibuild b/repo/system/libnsl/libnsl.xibuild deleted file mode 100644 index 555edd9..0000000 --- a/repo/system/libnsl/libnsl.xibuild +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make autoconf automake gettext libtirpc libtool" -DEPS="intltool libtirpc musl" - -PKG_VER=1.2.0 -SOURCE=https://github.com/thkukuk/libnsl/archive/v$PKG_VER.tar.gz - -DESC="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version" - -prepare () { - autoreconf -vfi -} - -build () { - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static && - make -} - -package () { - make DESTDIR=$PKG_DEST install -} |