wok-next diff iana-etc/receipt @ rev 20200

libgnomeprint: add bison 3 patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 03 17:38:15 2017 +0100 (2017-11-03)
parents 8da249b2c8d7
children 90a5eb560fd6
line diff
     1.1 --- a/iana-etc/receipt	Fri Dec 23 03:55:33 2016 +0200
     1.2 +++ b/iana-etc/receipt	Fri Nov 03 17:38:15 2017 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="iana-etc"
     1.8  VERSION="2.30"
     1.9 @@ -11,7 +11,6 @@
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WGET_URL="http://anduin.linuxfromscratch.org/LFS/$TARBALL"
    1.12  
    1.13 -DEPENDS=""
    1.14  BUILD_DEPENDS="gawk"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17 @@ -23,5 +22,5 @@
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21 -	cp -a $install/* $fs
    1.22 +	copy @std
    1.23  }