wok 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 cd7acab4c6fc
children ce5b18100e7d
files tcc-arm/receipt tcc-c67/receipt tcc-common/receipt tcc-win32/receipt tcc-x86_64/receipt
line diff
     1.1 --- a/tcc-arm/receipt	Wed Sep 26 09:31:22 2012 +0200
     1.2 +++ b/tcc-arm/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 ARM 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 arm"
    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/arm-tcc* $fs/usr/bin
    1.17 +	cp -a $install/usr/bin/arm-tcc* $fs/usr/bin
    1.18  }
    1.19  
     2.1 --- a/tcc-c67/receipt	Wed Sep 26 09:31:22 2012 +0200
     2.2 +++ b/tcc-c67/receipt	Wed Sep 26 13:25:48 2012 +0200
     2.3 @@ -5,7 +5,7 @@
     2.4  CATEGORY="development"
     2.5  SHORT_DESC="fast Tiny C cross Compiler to C67 target."
     2.6  MAINTAINER="pascal.bellard@slitaz.org"
     2.7 -WEB_SITE="http://bellard.org/$PACKAGE/"
     2.8 +WEB_SITE="http://bellard.org/tcc/"
     2.9  DEPENDS="tcc-common"
    2.10  WANTED="tcc"
    2.11  TAGS="compiler C c67"
    2.12 @@ -14,6 +14,6 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/bin
    2.16 -	cp -a $_pkg/usr/bin/c67-tcc $fs/usr/bin
    2.17 +	cp -a $install/usr/bin/c67-tcc $fs/usr/bin
    2.18  }
    2.19  
     3.1 --- a/tcc-common/receipt	Wed Sep 26 09:31:22 2012 +0200
     3.2 +++ b/tcc-common/receipt	Wed Sep 26 13:25:48 2012 +0200
     3.3 @@ -5,7 +5,7 @@
     3.4  CATEGORY="development"
     3.5  SHORT_DESC="fast Tiny C Compiler, common files."
     3.6  MAINTAINER="pascal.bellard@slitaz.org"
     3.7 -WEB_SITE="http://bellard.org/$PACKAGE/"
     3.8 +WEB_SITE="http://bellard.org/tcc/"
     3.9  WANTED="tcc"
    3.10  HOST_ARCH="i486 arm"
    3.11  
     4.1 --- a/tcc-win32/receipt	Wed Sep 26 09:31:22 2012 +0200
     4.2 +++ b/tcc-win32/receipt	Wed Sep 26 13:25:48 2012 +0200
     4.3 @@ -5,7 +5,7 @@
     4.4  CATEGORY="development"
     4.5  SHORT_DESC="fast Tiny C cross Compiler to win32 target."
     4.6  MAINTAINER="pascal.bellard@slitaz.org"
     4.7 -WEB_SITE="http://bellard.org/$PACKAGE/"
     4.8 +WEB_SITE="http://bellard.org/tcc/"
     4.9  DEPENDS="tcc-common"
    4.10  WANTED="tcc"
    4.11  TAGS="compiler C"
    4.12 @@ -14,6 +14,6 @@
    4.13  genpkg_rules()
    4.14  {
    4.15  	mkdir -p $fs/usr/bin
    4.16 -	cp -a $_pkg/usr/bin/i386-win32-tcc $fs/usr/bin
    4.17 +	cp -a $install/usr/bin/i386-win32-tcc $fs/usr/bin
    4.18  }
    4.19  
     5.1 --- a/tcc-x86_64/receipt	Wed Sep 26 09:31:22 2012 +0200
     5.2 +++ b/tcc-x86_64/receipt	Wed Sep 26 13:25:48 2012 +0200
     5.3 @@ -5,7 +5,7 @@
     5.4  CATEGORY="development"
     5.5  SHORT_DESC="fast Tiny C cross Compiler to x86_64 target."
     5.6  MAINTAINER="pascal.bellard@slitaz.org"
     5.7 -WEB_SITE="http://bellard.org/$PACKAGE/"
     5.8 +WEB_SITE="http://bellard.org/tcc/"
     5.9  DEPENDS="tcc-common"
    5.10  WANTED="tcc"
    5.11  TAGS="compiler C"
    5.12 @@ -14,6 +14,6 @@
    5.13  genpkg_rules()
    5.14  {
    5.15  	mkdir -p $fs/usr/bin
    5.16 -	cp -a $_pkg/usr/bin/x86_64-tcc $fs/usr/bin
    5.17 +	cp -a $install/usr/bin/x86_64-tcc $fs/usr/bin
    5.18  }
    5.19