wok-6.x diff hal-scripts/receipt @ rev 15611
cifs-utils: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 07 14:51:10 2013 +0000 (2013-12-07) |
parents | 12021c03df93 |
children | 45673422e44e |
line diff
1.1 --- a/hal-scripts/receipt Tue Oct 19 14:42:57 2010 +0000 1.2 +++ b/hal-scripts/receipt Sat Dec 07 14:51:10 2013 +0000 1.3 @@ -5,15 +5,15 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Hal scripts files." 1.6 WANTED="hal" 1.7 -DEPENDS="hal" 1.8 MAINTAINER="pankso@slitaz.org" 1.9 +LICENSE="GPL2" 1.10 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" 1.11 + 1.12 DEPENDS="dbus dbus-glib glib hal" 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/hal 1.18 - 1.19 - cp -a $_pkg/usr/lib/hal/scripts $fs/usr/lib/hal 1.20 + cp -a $install/usr/lib/hal/scripts $fs/usr/lib/hal 1.21 }