wok-next annotate which/receipt @ rev 20037

Up sshttp (0-35s2), sshguard (2.0.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 18:48:45 2017 +0200 (2017-10-22)
parents 4048d48a47c1
children 1ff723a6455b
rev   line source
slaxemulator@7340 1 # SliTaz package receipt.
slaxemulator@7340 2
slaxemulator@7340 3 PACKAGE="which"
al@19693 4 VERSION="2.21"
slaxemulator@7340 5 CATEGORY="base-system"
slaxemulator@7340 6 SHORT_DESC="A utility to show the full path of commands"
slaxemulator@7340 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15201 8 LICENSE="GPL3"
al@19693 9 WEB_SITE="https://savannah.gnu.org/projects/which/"
al@19693 10
slaxemulator@7340 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19693 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
slaxemulator@7340 13
pascal@14999 14 DEPENDS="glibc-base"
pascal@14999 15
slaxemulator@7340 16 # Rules to configure and make the package.
slaxemulator@7340 17 compile_rules()
slaxemulator@7340 18 {
al@19693 19 ./configure $CONFIGURE_ARGS && make && make install
slaxemulator@7340 20 }
slaxemulator@7340 21
slaxemulator@7340 22 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7340 23 genpkg_rules()
slaxemulator@7340 24 {
al@19783 25 copy bin/
slaxemulator@7340 26 }