wok diff aspell-dev/receipt @ rev 15411
Up: thunderbird-langpack-cs (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:31 2013 +0100 (2013-11-03) |
parents | 5547544d23e8 |
children | 128aae84d74c |
line diff
1.1 --- a/aspell-dev/receipt Wed Jan 28 20:01:26 2009 +0000 1.2 +++ b/aspell-dev/receipt Sun Nov 03 21:52:31 2013 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="GNU spell checker devel files." 1.6 MAINTAINER="paul@slitaz.org" 1.7 +LICENSE="LGPL2" 1.8 WEB_SITE="http://aspell.net/" 1.9 WANTED="aspell" 1.10 1.11 @@ -13,7 +14,7 @@ 1.12 { 1.13 # Hard coded 1.14 mkdir -p $fs/usr/lib/aspell-0.60 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/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60 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/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60 1.21 }