wok-next diff procps-ng/receipt @ rev 19988

Add qt5 - now it's look good enough
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 20 03:29:40 2017 +0300 (2017-10-20)
parents 01b295f47e95
children 90a5eb560fd6
line diff
     1.1 --- a/procps-ng/receipt	Sun Dec 25 05:00:00 2016 +0200
     1.2 +++ b/procps-ng/receipt	Fri Oct 20 03:29:40 2017 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="procps-ng"
     1.8  VERSION="3.3.12"
     1.9 @@ -11,8 +11,8 @@
    1.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 -DEPENDS="gettext-base ncurses"
    1.14  BUILD_DEPENDS="gettext ncurses-dev"
    1.15 +SPLIT="procps-ng-dev"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -35,6 +35,11 @@
    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 -	cook_copy_files *.so*
    1.25 +	case $PACKAGE in
    1.26 +		procps-ng)
    1.27 +			copy @std
    1.28 +			DEPENDS="gettext-base ncurses"
    1.29 +			;;
    1.30 +		*-dev) copy @dev;;
    1.31 +	esac
    1.32  }