wok diff hal-scripts/receipt @ rev 4937

add/improve TAGS h* receipts
author Rohit Joshi <jozee@slitaz.org>
date Tue Feb 16 14:01:36 2010 +0000 (2010-02-16)
parents
children 12021c03df93
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hal-scripts/receipt	Tue Feb 16 14:01:36 2010 +0000
     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 +}