wok diff xfprint-dev/receipt @ rev 19507
Update SliTaz projects: slitaz-base-files(316), slitaz-tools(1006), tazinst(84), tazlito(443), tazpanel(609), tazpkg(928), tazusb(193), tazweb(173).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Nov 20 00:33:44 2016 +0200 (2016-11-20) |
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 Sun Nov 20 00:33:44 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 }