wok diff xfprint-dev/receipt @ rev 19367

Up tazlito (428), links (2.13)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Aug 04 19:53:20 2016 +0200 (2016-08-04)
parents 129bb5b11a7e
children 6e8b1bcb30e2
line diff
     1.1 --- a/xfprint-dev/receipt	Wed Mar 02 03:12:51 2011 +0000
     1.2 +++ b/xfprint-dev/receipt	Thu Aug 04 19:53:20 2016 +0200
     1.3 @@ -5,16 +5,18 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Xfce Printer manager dev files"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="xfprint"
     1.8 +LICENSE="GPL2"
     1.9  WANTED="xfprint"
    1.10  WEB_SITE="http://www.xfce.org"
    1.11  
    1.12 +DEPENDS="xfprint"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/lib/xfce4/xfprint-plugins
    1.18  	
    1.19 -	cp -a $_pkg/usr/include $fs/usr
    1.20 -	cp -a $_pkg/usr/lib/xfce4/xfprint-plugins/*.*a $fs/usr/lib/xfce4/xfprint-plugins
    1.21 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23 +	cp -a $install/usr/lib/xfce4/xfprint-plugins/*.*a $fs/usr/lib/xfce4/xfprint-plugins
    1.24 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.25  }