wok-current diff hal-scripts/receipt @ rev 6077
mirror-tools: fix xhtml syntax
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 28 18:28:17 2010 +0200 (2010-08-28) |
parents | |
children | 12021c03df93 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/hal-scripts/receipt Sat Aug 28 18:28:17 2010 +0200 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 +}