wok-current rev 20186
Up tcc (0.9.27) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 01 15:13:15 2018 +0100 (2018-02-01) |
parents | a300e47088cc |
children | 17a7f1c3ddc6 |
files | tcc-arm/receipt tcc-arm64/receipt tcc-c67/receipt tcc-common/receipt tcc-win32/receipt tcc-x86_64/receipt tcc/receipt |
line diff
1.1 --- a/tcc-arm/receipt Thu Feb 01 14:55:28 2018 +0100 1.2 +++ b/tcc-arm/receipt Thu Feb 01 15:13:15 2018 +0100 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 -LICENSE="MIT" 1.8 +LICENSE="MIT LGPL2.1" 1.9 WEB_SITE="http://bellard.org/tcc/" 1.10 DEPENDS="tcc-common" 1.11 WANTED="tcc" 1.12 @@ -15,6 +15,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/bin 1.16 - cp -a $install/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-arm64/receipt Thu Feb 01 14:55:28 2018 +0100 2.2 +++ b/tcc-arm64/receipt Thu Feb 01 15:13:15 2018 +0100 2.3 @@ -5,7 +5,7 @@ 2.4 CATEGORY="development" 2.5 SHORT_DESC="fast Tiny C cross Compiler to ARM64 target." 2.6 MAINTAINER="pascal.bellard@slitaz.org" 2.7 -LICENSE="MIT" 2.8 +LICENSE="MIT LGPL2.1" 2.9 WEB_SITE="http://bellard.org/tcc/" 2.10 DEPENDS="tcc-common" 2.11 WANTED="tcc" 2.12 @@ -15,6 +15,6 @@ 2.13 genpkg_rules() 2.14 { 2.15 mkdir -p $fs/usr/bin 2.16 - cp -a $install/usr/bin/arm64-*-tcc $fs/usr/bin 2.17 + cp -a $install/usr/bin/arm64-tcc $fs/usr/bin 2.18 } 2.19
3.1 --- a/tcc-c67/receipt Thu Feb 01 14:55:28 2018 +0100 3.2 +++ b/tcc-c67/receipt Thu Feb 01 15:13:15 2018 +0100 3.3 @@ -5,7 +5,7 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="fast Tiny C cross Compiler to C67 target." 3.6 MAINTAINER="pascal.bellard@slitaz.org" 3.7 -LICENSE="MIT" 3.8 +LICENSE="MIT LGPL2.1" 3.9 WEB_SITE="http://bellard.org/tcc/" 3.10 DEPENDS="tcc-common" 3.11 WANTED="tcc"
4.1 --- a/tcc-common/receipt Thu Feb 01 14:55:28 2018 +0100 4.2 +++ b/tcc-common/receipt Thu Feb 01 15:13:15 2018 +0100 4.3 @@ -5,7 +5,7 @@ 4.4 CATEGORY="development" 4.5 SHORT_DESC="fast Tiny C Compiler, common files." 4.6 MAINTAINER="pascal.bellard@slitaz.org" 4.7 -LICENSE="MIT" 4.8 +LICENSE="MIT LGPL2.1" 4.9 WEB_SITE="http://bellard.org/tcc/" 4.10 WANTED="tcc" 4.11 #HOST_ARCH="i486 arm"
5.1 --- a/tcc-win32/receipt Thu Feb 01 14:55:28 2018 +0100 5.2 +++ b/tcc-win32/receipt Thu Feb 01 15:13:15 2018 +0100 5.3 @@ -5,7 +5,7 @@ 5.4 CATEGORY="development" 5.5 SHORT_DESC="fast Tiny C cross Compiler to win32 target." 5.6 MAINTAINER="pascal.bellard@slitaz.org" 5.7 -LICENSE="MIT" 5.8 +LICENSE="MIT LGPL2.1" 5.9 WEB_SITE="http://bellard.org/tcc/" 5.10 DEPENDS="tcc-common" 5.11 SUGGESTED="mingw32-w32api" 5.12 @@ -16,7 +16,7 @@ 5.13 genpkg_rules() 5.14 { 5.15 mkdir -p $fs/usr/bin $fs/usr/lib/tcc 5.16 - cp -a $install/usr/bin/*-win32-tcc $fs/usr/bin 5.17 + cp -a $install/usr/bin/*-win*-tcc $fs/usr/bin 5.18 cp -a $install/usr/lib/tcc/win32 $fs/usr/lib/tcc 5.19 } 5.20
6.1 --- a/tcc-x86_64/receipt Thu Feb 01 14:55:28 2018 +0100 6.2 +++ b/tcc-x86_64/receipt Thu Feb 01 15:13:15 2018 +0100 6.3 @@ -5,7 +5,7 @@ 6.4 CATEGORY="development" 6.5 SHORT_DESC="fast Tiny C cross Compiler to x86_64 target." 6.6 MAINTAINER="pascal.bellard@slitaz.org" 6.7 -LICENSE="MIT" 6.8 +LICENSE="MIT LGPL2.1" 6.9 WEB_SITE="http://bellard.org/tcc/" 6.10 DEPENDS="tcc-common" 6.11 WANTED="tcc"
7.1 --- a/tcc/receipt Thu Feb 01 14:55:28 2018 +0100 7.2 +++ b/tcc/receipt Thu Feb 01 15:13:15 2018 +0100 7.3 @@ -6,7 +6,7 @@ 7.4 SHORT_DESC="Fast Tiny C Compiler." 7.5 MAINTAINER="pascal.bellard@slitaz.org" 7.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 7.7 -LICENSE="MIT" 7.8 +LICENSE="MIT LGPL2.1" 7.9 WEB_SITE="http://bellard.org/tcc/" 7.10 WGET_URL="http://download.savannah.nongnu.org/releases/tinycc/$TARBALL" 7.11 TAGS="compiler C assembler"