wok diff hal-dev/receipt @ rev 15259

yaws: remove some error triggers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 24 10:24:05 2013 +0000 (2013-09-24)
parents 6219e8c5536a
children 8ed62ecac0c7
line diff
     1.1 --- a/hal-dev/receipt	Thu May 19 00:45:38 2011 +0200
     1.2 +++ b/hal-dev/receipt	Tue Sep 24 10:24:05 2013 +0000
     1.3 @@ -4,16 +4,18 @@
     1.4  VERSION="0.5.14"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="Hal devel files."
     1.7 -DEPENDS="hal dbus-dev"
     1.8  WANTED="hal"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10 +LICENSE="GPL2"
    1.11  WEB_SITE="http://www.freedesktop.org/wiki/Software/hal"
    1.12  
    1.13 +DEPENDS="hal dbus-dev"
    1.14 +
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/include $fs/usr
    1.20 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.25  }