wok-next view hal-scripts/receipt @ rev 19850
Finish gvfs. To reach this result: up bluez, libcdio, libical, bluez, talloc, samba, libtdb, openssh, dropbear; add libbluray, libcdio-paranoia, libnfs.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Aug 31 03:20:51 2017 +0300 (2017-08-31) |
parents | 12021c03df93 |
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="http://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 }