wok-next annotate 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
rev   line source
al@20513 1 # SliTaz package receipt v2.
pascal@5681 2
pascal@5681 3 PACKAGE="ypbind-mt"
pascal@5681 4 VERSION="1.31"
pascal@5681 5 CATEGORY="network"
pascal@5681 6 SHORT_DESC="Yellow pages client daemon"
pascal@5681 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15362 8 LICENSE="GPL2"
al@20513 9 WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/"
al@20513 10
pascal@5681 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@5681 12 WGET_URL="$WEB_SITE/$TARBALL"
pascal@5681 13
al@20513 14 compile_rules() {
al@20513 15 ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
pascal@5681 16 }
pascal@5681 17
al@20513 18 genpkg_rules() {
al@20513 19 copy @std
pascal@5681 20 }