wok diff xfprint-dev/receipt @ rev 5198
get-wifi-firmware: fix(again)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Sun Mar 28 20:50:17 2010 +0000 (2010-03-28) |
parents | 62c9d38f56c0 |
children | 129bb5b11a7e |
line diff
1.1 --- a/xfprint-dev/receipt Fri Jan 23 23:10:35 2009 +0100 1.2 +++ b/xfprint-dev/receipt Sun Mar 28 20:50:17 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfprint-dev" 1.7 -VERSION="4.4.3" 1.8 +VERSION="4.6.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xfce Printer manager dev files" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -13,11 +13,9 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib/xfce4/mcs-plugins \ 1.17 - $fs/usr/lib/xfce4/xfprint-plugins 1.18 + mkdir -p $fs/usr/lib/xfce4/xfprint-plugins 1.19 1.20 cp -a $_pkg/usr/include $fs/usr 1.21 - cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins 1.22 cp -a $_pkg/usr/lib/xfce4/xfprint-plugins/*.*a $fs/usr/lib/xfce4/xfprint-plugins 1.23 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.24 }