wok annotate hal-scripts/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents 12021c03df93
children 45673422e44e
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 MAINTAINER="pankso@slitaz.org"
pascal@15002 9 LICENSE="GPL2"
erjo@4880 10 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal"
pascal@15002 11
erjo@4880 12 DEPENDS="dbus dbus-glib glib hal"
erjo@4880 13
erjo@4880 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4880 15 genpkg_rules()
erjo@4880 16 {
erjo@4880 17 mkdir -p $fs/usr/lib/hal
pascal@15002 18 cp -a $install/usr/lib/hal/scripts $fs/usr/lib/hal
erjo@4880 19 }