wok-stable diff hal-scripts/receipt @ rev 6545
Up: mhash, mhash-dev to 0.9.9.9.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 07 00:57:40 2010 +0000 (2010-10-07) |
parents | |
children | 12021c03df93 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/hal-scripts/receipt Thu Oct 07 00:57:40 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 +}