# HG changeset patch # User Hans-G?nter Theisgen # Date 1572859137 -3600 # Node ID cf4d5bcb351ab86326b8548af5738d27ea174c92 # Parent 32e177776fc686a6b37ce51fd93f18dbc9aedb73 updated which (2.20 -> 2.21) diff -r 32e177776fc6 -r cf4d5bcb351a which/receipt --- a/which/receipt Mon Nov 04 10:12:01 2019 +0100 +++ b/which/receipt Mon Nov 04 10:18:57 2019 +0100 @@ -1,26 +1,28 @@ # SliTaz package receipt. PACKAGE="which" -VERSION="2.20" +VERSION="2.21" CATEGORY="base-system" -SHORT_DESC="A utility to show the full path of commands" +SHORT_DESC="A utility to show the full path of commands." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL3" +WEB_SITE="https://savannah.gnu.org/projects/which/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://savannah.gnu.org/projects/which/" -WGET_URL="http://www.xs4all.nl/~carlo17/$PACKAGE/$TARBALL" +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" DEPENDS="glibc-base" # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.