wok-6.x diff hal-scripts/receipt @ rev 20279
8086tiny: fix DAA/DAS/shift opcodes
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 23 13:08:29 2018 +0100 (2018-03-23) |
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 Fri Mar 23 13:08:29 2018 +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 }