wok diff soprano-dev/receipt @ rev 15425
Up: thunderbird-langpack-pt_PT (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:50 2013 +0100 (2013-11-03) |
parents | 532ab3b57d40 |
children | 47e1df965953 |
line diff
1.1 --- a/soprano-dev/receipt Fri Nov 04 12:23:07 2011 +0100 1.2 +++ b/soprano-dev/receipt Sun Nov 03 21:52:50 2013 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Soprano pkgconfig and include files." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WANTED="soprano" 1.9 WEB_SITE="http://soprano.sourceforge.net/" 1.10 1.11 @@ -12,6 +13,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/include $fs/usr 1.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.17 + cp -a $install/usr/include $fs/usr 1.18 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.19 }