wok-next diff libpipeline/receipt @ rev 20241

xplanet: use patches
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 06 22:53:21 2017 +0200 (2017-11-06)
parents f7d9f142f79d
children 90a5eb560fd6
line diff
     1.1 --- a/libpipeline/receipt	Thu Dec 29 07:31:53 2016 +0200
     1.2 +++ b/libpipeline/receipt	Mon Nov 06 22:53:21 2017 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="libpipeline"
     1.8  VERSION="1.4.1"
     1.9 @@ -12,6 +12,7 @@
    1.10  WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL"
    1.11  
    1.12  BUILD_DEPENDS="check-dev"
    1.13 +SPLIT="libpipeline-dev"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17 @@ -22,5 +23,8 @@
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21 -	cook_copy_files *.so*
    1.22 +	case $PACKAGE in
    1.23 +		libpipeline) copy @std;;
    1.24 +		*-dev) copy @dev;;
    1.25 +	esac
    1.26  }