wok-6.x diff hal-scripts/receipt @ rev 6017
icedtea6: Upgrade to 1.8.1
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Sat Aug 14 21:49:48 2010 +0000 (2010-08-14) |
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 14 21:49:48 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 +}