wok-next diff libaal-dev/receipt @ rev 15560
Up: thunderbird-langpack-it (17.0.11esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 24 17:37:43 2013 +0100 (2013-11-24) |
parents | 381befc4ebd3 |
children |
line diff
1.1 --- a/libaal-dev/receipt Tue Nov 11 09:01:19 2008 +0000 1.2 +++ b/libaal-dev/receipt Sun Nov 24 17:37:43 2013 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Application abstraction library development files." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL" 1.8 WEB_SITE="http://www.kernel.org/" 1.9 WANTED="libaal" 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/include $fs/usr 1.17 - cp -a $_pkg/usr/share $fs/usr 1.18 + cp -a $install/usr/lib/*a $fs/usr/lib 1.19 + cp -a $install/usr/include $fs/usr 1.20 + cp -a $install/usr/share $fs/usr 1.21 } 1.22