wok rev 4880

Add: hal-scripts
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 04 23:56:03 2010 +0100 (2010-02-04)
parents a75cf5dd7f62
children fd42eeee16fe
files hal-scripts/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hal-scripts/receipt	Thu Feb 04 23:56:03 2010 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="hal-scripts"
     1.7 +VERSION="0.5.13"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Hal scripts files."
    1.10 +WANTED="hal"
    1.11 +DEPENDS="hal"
    1.12 +MAINTAINER="pankso@slitaz.org"
    1.13 +WEB_SITE="http://www.freedesktop.org/wiki/Software/hal"
    1.14 +DEPENDS="dbus dbus-glib glib hal"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/lib/hal
    1.20 +
    1.21 +	cp -a $_pkg/usr/lib/hal/scripts $fs/usr/lib/hal
    1.22 +}