wok-next annotate which/receipt @ rev 20773
jack2: up (1.9.12)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jun 06 19:59:31 2018 +0300 (2018-06-06) |
parents | f463de72afe3 |
children | f48456621a9d |
rev | line source |
---|---|
al@20647 | 1 # SliTaz package receipt v2. |
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@20647 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/which.html" |
al@19693 | 11 |
slaxemulator@7340 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@19693 | 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
slaxemulator@7340 | 14 |
al@20647 | 15 compile_rules() { |
al@20647 | 16 ./configure $CONFIGURE_ARGS && |
al@20647 | 17 make && |
al@20647 | 18 make install |
slaxemulator@7340 | 19 } |
slaxemulator@7340 | 20 |
al@20647 | 21 genpkg_rules() { |
al@20647 | 22 copy @std |
slaxemulator@7340 | 23 } |