wok-next diff libexif/receipt @ rev 19879

qemacs: does not need gcc3
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 04 18:36:44 2017 +0200 (2017-10-04)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/libexif/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/libexif/receipt	Wed Oct 04 18:36:44 2017 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="libexif"
     1.8  VERSION="0.6.21"
     1.9 @@ -13,6 +13,7 @@
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11  
    1.12  BUILD_DEPENDS="gettext"
    1.13 +SPLIT="libexif-dev"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17 @@ -27,5 +28,8 @@
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21 -	copy *.so*
    1.22 +	case $PACKAGE in
    1.23 +		libexif) copy @std;;
    1.24 +		*-dev)   copy @dev;;
    1.25 +	esac
    1.26  }