wok view hal-scripts/receipt @ rev 25477

icedtea6-jdk: find output to variable
author Hans-G?nter Theisgen
date Thu Oct 13 17:53:47 2022 +0100 (19 months ago)
parents 7896f0694ef6
children
line source
1 # SliTaz package receipt.
3 PACKAGE="hal-scripts"
4 VERSION="0.5.14"
5 CATEGORY="x-window"
6 SHORT_DESC="Hal scripts files."
7 WANTED="hal"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.freedesktop.org/wiki/Software/hal"
12 DEPENDS="dbus dbus-glib glib hal"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/hal
18 cp -a $install/usr/lib/hal/scripts $fs/usr/lib/hal
19 }