wok diff gamin-dev/receipt @ rev 15156
Up ebtables (v2.0.10-4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 17:36:26 2013 +0000 (2013-08-15) |
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 Thu Aug 15 17:36:26 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