wok view hal-extra/receipt @ rev 20914

updated fbgrab (1.2 -> 1.3)
author Hans-G?nter Theisgen
date Thu Feb 28 15:05:12 2019 +0100 (2019-02-28)
parents 12021c03df93
children 45673422e44e
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 LICENSE="GPL2"
10 WEB_SITE="http://www.freedesktop.org/wiki/Software/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 DEPENDS="dbus dbus-glib glib hal"
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib/hal $fs/usr/share/hal/fdi/policy/10osvendor
28 for lib in $EXTRA
29 do
30 cp $install/usr/lib/hal/$lib $fs/usr/lib/hal
31 done
33 # copy some excluded files from hal
34 cp -a $install/usr/share/hal/fdi/policy/10osvendor/10-cpufreq.fdi $fs/usr/share/hal/fdi/policy/10osvendor
35 cp -a $install/usr/share/hal/fdi/policy/10osvendor/10-dockstation.fdi $fs/usr/share/hal/fdi/policy/10osvendor
36 cp -a $install/usr/share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi $fs/usr/share/hal/fdi/policy/10osvendor
37 cp -a $install/usr/share/hal/fdi/policy/10osvendor/15-storage-luks.fdi $fs/usr/share/hal/fdi/policy/10osvendor
38 cp -a $install/usr/share/hal/fdi/policy/10osvendor/30-wol.fdi $fs/usr/share/hal/fdi/policy/10osvendor
39 }