wok-stable annotate hal-scripts/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents e3f5a7903d8d
children
rev   line source
erjo@4880 1 # SliTaz package receipt.
erjo@4880 2
erjo@4880 3 PACKAGE="hal-scripts"
slaxemulator@6818 4 VERSION="0.5.14"
erjo@4880 5 CATEGORY="x-window"
erjo@4880 6 SHORT_DESC="Hal scripts files."
erjo@4880 7 WANTED="hal"
erjo@4880 8 DEPENDS="hal"
erjo@4880 9 MAINTAINER="pankso@slitaz.org"
erjo@4880 10 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal"
erjo@4880 11 DEPENDS="dbus dbus-glib glib hal"
erjo@4880 12
erjo@4880 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4880 14 genpkg_rules()
erjo@4880 15 {
erjo@4880 16 mkdir -p $fs/usr/lib/hal
erjo@4880 17
erjo@4880 18 cp -a $_pkg/usr/lib/hal/scripts $fs/usr/lib/hal
erjo@4880 19 }