wok diff 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
line diff
     1.1 --- a/hal-scripts/receipt	Tue Oct 19 14:42:57 2010 +0000
     1.2 +++ b/hal-scripts/receipt	Sat Jun 09 17:09:08 2018 +0200
     1.3 @@ -5,15 +5,15 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Hal scripts files."
     1.6  WANTED="hal"
     1.7 -DEPENDS="hal"
     1.8  MAINTAINER="pankso@slitaz.org"
     1.9 +LICENSE="GPL2"
    1.10  WEB_SITE="http://www.freedesktop.org/wiki/Software/hal"
    1.11 +
    1.12  DEPENDS="dbus dbus-glib glib hal"
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/lib/hal
    1.18 -
    1.19 -	cp -a $_pkg/usr/lib/hal/scripts $fs/usr/lib/hal
    1.20 +	cp -a $install/usr/lib/hal/scripts $fs/usr/lib/hal
    1.21  }