wok diff gamin-dev/receipt @ rev 15368

Up ipxe (1.0.0-20130925)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 14 13:38:36 2013 +0000 (2013-10-14)
parents 96a2c64fe0bd
children 8ed62ecac0c7
line diff
     1.1 --- a/gamin-dev/receipt	Thu Jun 11 16:33:00 2009 +0200
     1.2 +++ b/gamin-dev/receipt	Mon Oct 14 13:38:36 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Devel files for gamin file and directory monitoring system."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="LGPL2"
     1.8  WANTED="gamin"
     1.9  WEB_SITE="http://www.gnome.org/~veillard/gamin/"
    1.10  
    1.11 @@ -12,8 +13,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/include $fs/usr
    1.18 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.19 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21  }
    1.22