wok diff gnet-dev/receipt @ rev 15566
Up: thunderbird-langpack-sv_SE (17.0.11esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 24 17:37:52 2013 +0100 (2013-11-24) |
parents | b995bbc41b98 |
children | 8ed62ecac0c7 |
line diff
1.1 --- a/gnet-dev/receipt Sun Apr 26 00:07:37 2009 +0200 1.2 +++ b/gnet-dev/receipt Sun Nov 24 17:37:52 2013 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="GNet is a simple network library devel files." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="LGPL" 1.8 WANTED="gnet" 1.9 WEB_SITE="http://www.gnetlibrary.org/" 1.10 1.11 @@ -12,10 +13,10 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib $fs/usr/share 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/lib/gnet-2.0 $fs/usr/lib 1.18 - cp -a $_pkg/usr/include $fs/usr 1.19 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 + cp -a $install/usr/lib/gnet-2.0 $fs/usr/lib 1.23 + cp -a $install/usr/include $fs/usr 1.24 + cp -a $install/usr/share/aclocal $fs/usr/share 1.25 } 1.26