wok-next diff inetutils/receipt @ rev 20146

Up qemu-light (2.0.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:50:08 2017 +0100 (2017-11-01)
parents c740762c8991
children 90a5eb560fd6
line diff
     1.1 --- a/inetutils/receipt	Fri Dec 23 15:07:51 2016 +0200
     1.2 +++ b/inetutils/receipt	Wed Nov 01 11:50:08 2017 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="inetutils"
     1.8  VERSION="1.9.4"
     1.9 @@ -11,9 +11,6 @@
    1.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 -DEPENDS="readline"
    1.14 -BUILD_DEPENDS=""
    1.15 -
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -39,5 +36,6 @@
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	cook_copy_folders bin sbin
    1.24 +	copy @std
    1.25 +	DEPENDS="readline"
    1.26  }