wok-next diff which/receipt @ rev 20714

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents f463de72afe3
children f48456621a9d
line diff
     1.1 --- a/which/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/which/receipt	Sun May 27 12:56:13 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="which"
     1.8  VERSION="2.21"
     1.9 @@ -7,20 +7,17 @@
    1.10  MAINTAINER="slaxemulator@gmail.com"
    1.11  LICENSE="GPL3"
    1.12  WEB_SITE="https://savannah.gnu.org/projects/which/"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/which.html"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.17  
    1.18 -DEPENDS="glibc-base"
    1.19 -
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	./configure $CONFIGURE_ARGS && make && make install
    1.24 +compile_rules() {
    1.25 +	./configure $CONFIGURE_ARGS &&
    1.26 +	make &&
    1.27 +	make install
    1.28  }
    1.29  
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 -	copy bin/
    1.34 +genpkg_rules() {
    1.35 +	copy @std
    1.36  }