wok-6.x diff espeak-dev/receipt @ rev 16352
slitaz-arm-codex: fix category
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 13 03:36:55 2014 +0200 (2014-04-13) |
parents | b57c98f49e55 |
children | d6bd3fc6e0bd |
line diff
1.1 --- a/espeak-dev/receipt Mon Oct 17 03:01:39 2011 +0000 1.2 +++ b/espeak-dev/receipt Sun Apr 13 03:36:55 2014 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Speech synthesizer devel files." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 WANTED="espeak" 1.9 WEB_SITE="http://espeak.sourceforge.net/" 1.10 1.11 @@ -12,7 +13,7 @@ 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 $install/usr/lib/*.a* $fs/usr/lib 1.18 + cp -a $install/usr/include $fs/usr 1.19 } 1.20