wok-next diff ijs/receipt @ rev 20564

shell-detector, screenfetch: create $install tree
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 10:14:26 2018 +0200 (2018-04-10)
parents f463de72afe3
children 0ec6086e21d6
line diff
     1.1 --- a/ijs/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/ijs/receipt	Tue Apr 10 10:14:26 2018 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="ijs"
     1.8  VERSION="0.35"
     1.9 @@ -12,6 +12,7 @@
    1.10  WGET_URL="https://www.openprinting.org/download/ijs/download/$TARBALL"
    1.11  
    1.12  BUILD_DEPENDS="gfortran"
    1.13 +SPLIT="ijs-dev"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17 @@ -26,6 +27,8 @@
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21 -	copy bin/ *.so*
    1.22 -	rm $fs/usr/bin/ijs-config
    1.23 +	case $PACKAGE in
    1.24 +		ijs)   copy @std;;
    1.25 +		*-dev) copy @dev;;
    1.26 +	esac
    1.27  }