wok-next diff popt/receipt @ rev 19907

compiz-core,fox,fox14,fltk-2.0.x,wxWidgets*:update bdeps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 12 22:32:02 2017 +0200 (2017-10-12)
parents 4048d48a47c1
children 0e7893ac206d
line diff
     1.1 --- a/popt/receipt	Fri Apr 21 14:48:05 2017 +0300
     1.2 +++ b/popt/receipt	Thu Oct 12 22:32:02 2017 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="popt"
     1.8  VERSION="1.16"
     1.9 @@ -13,6 +13,7 @@
    1.10  WGET_URL="http://rpm5.org/files/popt/$TARBALL"
    1.11  
    1.12  BUILD_DEPENDS="gettext"
    1.13 +SPLIT="popt-dev"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17 @@ -26,5 +27,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 +		popt) copy @std;;
    1.24 +		*-dev) copy @dev;;
    1.25 +	esac
    1.26  }