wok-next diff diffutils/receipt @ rev 20646

grub2-efi: ls module embedded
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 02 11:12:13 2018 +0200 (2018-05-02)
parents 7387df590f12
children d5aab818505e
line diff
     1.1 --- a/diffutils/receipt	Tue Jun 06 17:37:54 2017 +0300
     1.2 +++ b/diffutils/receipt	Wed May 02 11:12:13 2018 +0200
     1.3 @@ -1,24 +1,22 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="diffutils"
     1.7 -VERSION="3.5"
     1.8 +VERSION="3.6"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Show differences between two files"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://www.gnu.org/software/diffutils/"
    1.14 +LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/diffutils.html"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 +compile_rules() {
    1.23  	./configure $CONFIGURE_ARGS && make && make install
    1.24  }
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 +genpkg_rules() {
    1.30  	copy @std
    1.31 +	TAGS="LFS"
    1.32  }