wok-next diff findutils/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 7387df590f12
children d5aab818505e
line diff
     1.1 --- a/findutils/receipt	Tue Jun 06 17:37:54 2017 +0300
     1.2 +++ b/findutils/receipt	Tue May 15 02:59:03 2018 +0300
     1.3 @@ -7,13 +7,12 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL3"
     1.6  WEB_SITE="https://www.gnu.org/software/findutils/"
     1.7 +LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/findutils.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.11  
    1.12 -# Rules to configure and make the package.
    1.13 -compile_rules()
    1.14 -{
    1.15 +compile_rules() {
    1.16  	./configure \
    1.17  		--localstatedir=/var/lib/locate \
    1.18  		$CONFIGURE_ARGS &&
    1.19 @@ -21,9 +20,8 @@
    1.20  	make install
    1.21  }
    1.22  
    1.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 -genpkg_rules()
    1.25 -{
    1.26 +genpkg_rules() {
    1.27  	copy @std
    1.28  	DEPENDS="glibc-base slitaz-base-files"
    1.29 +	TAGS="LFS"
    1.30  }