wok annotate hal-scripts/receipt @ rev 7239

Fixed wanted linux receipts to remove modules that are in modules-VERSION.list if they exist in other packages.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 13 03:27:43 2010 +0000 (2010-11-13)
parents e3f5a7903d8d
children 7896f0694ef6
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 }