wok-current rev 22127
updated which (2.20 -> 2.21)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 04 10:18:57 2019 +0100 (2019-11-04) |
parents | 32e177776fc6 |
children | 31b94fb7134b |
files | which/receipt |
line diff
1.1 --- a/which/receipt Mon Nov 04 10:12:01 2019 +0100 1.2 +++ b/which/receipt Mon Nov 04 10:18:57 2019 +0100 1.3 @@ -1,26 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="which" 1.7 -VERSION="2.20" 1.8 +VERSION="2.21" 1.9 CATEGORY="base-system" 1.10 -SHORT_DESC="A utility to show the full path of commands" 1.11 +SHORT_DESC="A utility to show the full path of commands." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="https://savannah.gnu.org/projects/which/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://savannah.gnu.org/projects/which/" 1.18 -WGET_URL="http://www.xs4all.nl/~carlo17/$PACKAGE/$TARBALL" 1.19 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.20 1.21 DEPENDS="glibc-base" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - ./configure \ 1.27 - --prefix=/usr \ 1.28 - --infodir=/usr/share/info \ 1.29 - --mandir=/usr/share/man \ 1.30 + ./configure \ 1.31 + --prefix=/usr \ 1.32 + --infodir=/usr/share/info \ 1.33 + --mandir=/usr/share/man \ 1.34 $CONFIGURE_ARGS && 1.35 - make && make DESTDIR=$DESTDIR install 1.36 + make && 1.37 + make DESTDIR=$DESTDIR install 1.38 } 1.39 1.40 # Rules to gen a SliTaz package suitable for Tazpkg.