wok-6.x diff hal-extra/receipt @ rev 5773
Up busybox (1.17.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 06 15:09:01 2010 +0200 (2010-07-06) |
parents | f67d486cebfd |
children | 12021c03df93 |
line diff
1.1 --- a/hal-extra/receipt Sat Sep 19 22:44:21 2009 +0200 1.2 +++ b/hal-extra/receipt Tue Jul 06 15:09:01 2010 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="hal-extra" 1.5 VERSION="0.5.13" 1.6 CATEGORY="x-window" 1.7 -SHORT_DESC="Hal devel files." 1.8 +SHORT_DESC="Hal extra lib and fdi files." 1.9 WANTED="hal" 1.10 MAINTAINER="pankso@slitaz.org" 1.11 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" 1.12 @@ -22,9 +22,16 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib/hal 1.17 + mkdir -p $fs/usr/lib/hal $fs/usr/share/hal/fdi/policy/10osvendor 1.18 for lib in $EXTRA 1.19 do 1.20 cp $_pkg/usr/lib/hal/$lib $fs/usr/lib/hal 1.21 done 1.22 + 1.23 + # copy some excluded files from hal 1.24 + cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/10-cpufreq.fdi $fs/usr/share/hal/fdi/policy/10osvendor 1.25 + cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/10-dockstation.fdi $fs/usr/share/hal/fdi/policy/10osvendor 1.26 + cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi $fs/usr/share/hal/fdi/policy/10osvendor 1.27 + cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/15-storage-luks.fdi $fs/usr/share/hal/fdi/policy/10osvendor 1.28 + cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/30-wol.fdi $fs/usr/share/hal/fdi/policy/10osvendor 1.29 }