wok diff tcc-win32/receipt @ rev 13395

tcc-*: fix WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 26 13:25:48 2012 +0200 (2012-09-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	Wed Sep 26 13:25:48 2012 +0200
     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