wok diff hal-extra/receipt @ rev 2294

Up: slitaz-tools (2.9) - New boxes and tools + improvement)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 22 22:39:20 2009 +0100 (2009-02-22)
parents
children 8ca23e8fc082
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hal-extra/receipt	Sun Feb 22 22:39:20 2009 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="hal-extra"
     1.7 +VERSION="0.5.11"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Hal devel files."
    1.10 +WANTED="hal"
    1.11 +MAINTAINER="pankso@slitaz.org"
    1.12 +WEB_SITE="http://www.freedesktop.org/wiki/Software/hal"
    1.13 +
    1.14 +EXTRA="
    1.15 +hald-addon-cpufreq
    1.16 +hald-addon-hid-ups
    1.17 +hald-addon-imac-backlight
    1.18 +hald-probe-video4linux
    1.19 +hald-probe-net-bluetooth
    1.20 +hald-probe-ieee1394-unit
    1.21 +hald-probe-pc-floppy
    1.22 +hald-probe-printer
    1.23 +hal-ipw-killswitch-linux"
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr/lib/hal
    1.29 +	for lib in $EXTRA
    1.30 +	do
    1.31 +		cp $_pkg/usr/lib/hal/$lib $fs/usr/lib/hal
    1.32 +	done
    1.33 +}