wok diff gtkspell-dev/receipt @ rev 13153
zerobin: add purge.sh (for crontab)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 16 10:19:42 2012 +0200 (2012-07-16) |
parents | 84b2cb48bbeb |
children | 380ffe05937a |
line diff
1.1 --- a/gtkspell-dev/receipt Wed Nov 03 05:23:02 2010 +0000 1.2 +++ b/gtkspell-dev/receipt Mon Jul 16 10:19:42 2012 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="provides highlighting and replacement of misspelled words" 1.6 MAINTAINER="allan316@gmail.com" 1.7 -DEPENDS="enchant gtkspell" 1.8 +DEPENDS="enchant-dev gtk+-dev gtkspell" 1.9 WEB_SITE="http://gtkspell.sourceforge.net" 1.10 WANTED="gtkspell" 1.11 1.12 @@ -13,8 +13,8 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - cp -a $_pkg/usr/include $fs/usr 1.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.18 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.19 + cp -a $install/usr/include $fs/usr 1.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.21 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.22 } 1.23