wok annotate ypbind-mt/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents 617dbdeb6f7e
children 922f061231c2
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@20421 10 WEB_SITE="https://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 }