wok-6.x diff tcc-win32/receipt @ rev 13934
qt4: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 26 12:25:05 2013 +0100 (2013-01-26) |
parents | 4c16797dce28 |
children | 83f4594dbebd |
line diff
1.1 --- a/tcc-win32/receipt Tue Jun 12 18:52:42 2012 +0200 1.2 +++ b/tcc-win32/receipt Sat Jan 26 12:25:05 2013 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="fast Tiny C cross Compiler to win32 target." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -WEB_SITE="http://bellard.org/$PACKAGE/" 1.8 +WEB_SITE="http://bellard.org/tcc/" 1.9 DEPENDS="tcc-common" 1.10 WANTED="tcc" 1.11 TAGS="compiler C" 1.12 @@ -14,6 +14,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/bin 1.16 - cp -a $_pkg/usr/bin/i386-win32-tcc $fs/usr/bin 1.17 + cp -a $install/usr/bin/i386-win32-tcc $fs/usr/bin 1.18 } 1.19