# HG changeset patch # User Pascal Bellard # Date 1509885096 -3600 # Node ID 83a6c575264f30e1288376baad224cb5e7b71e20 # Parent 59b28731c36030a1e3ddaf90b07c21af8e64ee6a Up yp-tools (4.2.2) diff -r 59b28731c360 -r 83a6c575264f yp-tools/receipt --- a/yp-tools/receipt Sun Nov 05 13:03:25 2017 +0100 +++ b/yp-tools/receipt Sun Nov 05 13:31:36 2017 +0100 @@ -1,22 +1,21 @@ # SliTaz package receipt. PACKAGE="yp-tools" -VERSION="2.12" +VERSION="4.2.2" CATEGORY="network" SHORT_DESC="Yellow pages tools." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.linux-nis.org/download/yp-tools/" WGET_URL="$WEB_SITE/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install }