wok view hal-extra/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents ca2e9a95d244
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="hal-extra"
4 VERSION="0.5.14"
5 CATEGORY="x-window"
6 SHORT_DESC="Hal extra lib and fdi files."
7 WANTED="hal"
8 MAINTAINER="pankso@slitaz.org"
9 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal"
10 DEPENDS="dbus dbus-glib glib hal"
11 EXTRA="
12 hald-addon-cpufreq
13 hald-addon-hid-ups
14 hald-addon-imac-backlight
15 hald-addon-ipw-killswitch
16 hald-probe-video4linux
17 hald-probe-net-bluetooth
18 hald-probe-ieee1394-unit
19 hald-probe-pc-floppy
20 hald-probe-printer"
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib/hal $fs/usr/share/hal/fdi/policy/10osvendor
26 for lib in $EXTRA
27 do
28 cp $_pkg/usr/lib/hal/$lib $fs/usr/lib/hal
29 done
31 # copy some excluded files from hal
32 cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/10-cpufreq.fdi $fs/usr/share/hal/fdi/policy/10osvendor
33 cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/10-dockstation.fdi $fs/usr/share/hal/fdi/policy/10osvendor
34 cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi $fs/usr/share/hal/fdi/policy/10osvendor
35 cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/15-storage-luks.fdi $fs/usr/share/hal/fdi/policy/10osvendor
36 cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/30-wol.fdi $fs/usr/share/hal/fdi/policy/10osvendor
37 }