# HG changeset patch # User Pascal Bellard # Date 1517494395 -3600 # Node ID faca15849ae540b5ba53ec20607f3067e7c50573 # Parent a300e47088cc66416985e74b33eac834c3393d8e Up tcc (0.9.27) again diff -r a300e47088cc -r faca15849ae5 tcc-arm/receipt --- a/tcc-arm/receipt Thu Feb 01 14:55:28 2018 +0100 +++ b/tcc-arm/receipt Thu Feb 01 15:13:15 2018 +0100 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="fast Tiny C cross Compiler to ARM target." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="MIT" +LICENSE="MIT LGPL2.1" WEB_SITE="http://bellard.org/tcc/" DEPENDS="tcc-common" WANTED="tcc" @@ -15,6 +15,6 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $install/usr/bin/arm-*-tcc $fs/usr/bin + cp -a $install/usr/bin/arm-tcc $fs/usr/bin } diff -r a300e47088cc -r faca15849ae5 tcc-arm64/receipt --- a/tcc-arm64/receipt Thu Feb 01 14:55:28 2018 +0100 +++ b/tcc-arm64/receipt Thu Feb 01 15:13:15 2018 +0100 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="fast Tiny C cross Compiler to ARM64 target." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="MIT" +LICENSE="MIT LGPL2.1" WEB_SITE="http://bellard.org/tcc/" DEPENDS="tcc-common" WANTED="tcc" @@ -15,6 +15,6 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $install/usr/bin/arm64-*-tcc $fs/usr/bin + cp -a $install/usr/bin/arm64-tcc $fs/usr/bin } diff -r a300e47088cc -r faca15849ae5 tcc-c67/receipt --- a/tcc-c67/receipt Thu Feb 01 14:55:28 2018 +0100 +++ b/tcc-c67/receipt Thu Feb 01 15:13:15 2018 +0100 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="fast Tiny C cross Compiler to C67 target." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="MIT" +LICENSE="MIT LGPL2.1" WEB_SITE="http://bellard.org/tcc/" DEPENDS="tcc-common" WANTED="tcc" diff -r a300e47088cc -r faca15849ae5 tcc-common/receipt --- a/tcc-common/receipt Thu Feb 01 14:55:28 2018 +0100 +++ b/tcc-common/receipt Thu Feb 01 15:13:15 2018 +0100 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="fast Tiny C Compiler, common files." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="MIT" +LICENSE="MIT LGPL2.1" WEB_SITE="http://bellard.org/tcc/" WANTED="tcc" #HOST_ARCH="i486 arm" diff -r a300e47088cc -r faca15849ae5 tcc-win32/receipt --- a/tcc-win32/receipt Thu Feb 01 14:55:28 2018 +0100 +++ b/tcc-win32/receipt Thu Feb 01 15:13:15 2018 +0100 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="fast Tiny C cross Compiler to win32 target." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="MIT" +LICENSE="MIT LGPL2.1" WEB_SITE="http://bellard.org/tcc/" DEPENDS="tcc-common" SUGGESTED="mingw32-w32api" @@ -16,7 +16,7 @@ genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/lib/tcc - cp -a $install/usr/bin/*-win32-tcc $fs/usr/bin + cp -a $install/usr/bin/*-win*-tcc $fs/usr/bin cp -a $install/usr/lib/tcc/win32 $fs/usr/lib/tcc } diff -r a300e47088cc -r faca15849ae5 tcc-x86_64/receipt --- a/tcc-x86_64/receipt Thu Feb 01 14:55:28 2018 +0100 +++ b/tcc-x86_64/receipt Thu Feb 01 15:13:15 2018 +0100 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="fast Tiny C cross Compiler to x86_64 target." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="MIT" +LICENSE="MIT LGPL2.1" WEB_SITE="http://bellard.org/tcc/" DEPENDS="tcc-common" WANTED="tcc" diff -r a300e47088cc -r faca15849ae5 tcc/receipt --- a/tcc/receipt Thu Feb 01 14:55:28 2018 +0100 +++ b/tcc/receipt Thu Feb 01 15:13:15 2018 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Fast Tiny C Compiler." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" -LICENSE="MIT" +LICENSE="MIT LGPL2.1" WEB_SITE="http://bellard.org/tcc/" WGET_URL="http://download.savannah.nongnu.org/releases/tinycc/$TARBALL" TAGS="compiler C assembler"