wok-next diff psmisc/receipt @ rev 19961

Remove libtinfo dep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 17 10:26:48 2017 +0200 (2017-10-17)
parents e9bd4eca24b2
children 90a5eb560fd6
line diff
     1.1 --- a/psmisc/receipt	Sat Dec 24 05:45:18 2016 +0200
     1.2 +++ b/psmisc/receipt	Tue Oct 17 10:26:48 2017 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="psmisc"
     1.8  VERSION="22.21"
     1.9 @@ -11,7 +11,6 @@
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="$SF_MIRROR/psmisc/$TARBALL"
    1.12  
    1.13 -DEPENDS="ncurses"
    1.14  BUILD_DEPENDS="gettext ncurses-dev"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17 @@ -27,5 +26,6 @@
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21 -	cook_copy_folders bin
    1.22 +	copy @std
    1.23 +	DEPENDS="ncurses"
    1.24  }