wok-next view ypbind-mt/receipt @ rev 20564

shell-detector, screenfetch: create $install tree
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 10:14:26 2018 +0200 (2018-04-10)
parents 617dbdeb6f7e
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ypbind-mt"
4 VERSION="1.31"
5 CATEGORY="network"
6 SHORT_DESC="Yellow pages client daemon"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
16 }
18 genpkg_rules() {
19 copy @std
20 }