wok diff hal-scripts/receipt @ rev 21765

updated frogatto and frogatto-data (1.1.1 -> 1.3.1)
author Hans-G?nter Theisgen
date Sat Jun 29 09:06:33 2019 +0100 (2019-06-29)
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 29 09:06:33 2019 +0100
     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  }