wok annotate ypbind-mt/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents f6b6668a83a3
children 86790a278e70
rev   line source
pascal@5681 1 # SliTaz package receipt.
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"
pascal@5681 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@5681 10 WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/"
pascal@5681 11 WGET_URL="$WEB_SITE/$TARBALL"
pascal@5681 12
pascal@5681 13 # Rules to configure and make the package.
pascal@5681 14 compile_rules()
pascal@5681 15 {
pascal@5681 16 cd $src
pascal@5681 17 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@5681 18 --mandir=/usr/share/man \
pascal@5681 19 $CONFIGURE_ARGS &&
pascal@5681 20 make &&
pascal@15362 21 make DESTDIR=$DESTDIR install
pascal@5681 22 }
pascal@5681 23
pascal@5681 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@5681 25 genpkg_rules()
pascal@5681 26 {
pascal@5681 27 mkdir -p $fs/usr
pascal@15362 28 cp -a $install/usr/sbin $fs/usr
pascal@5681 29 }