wok-6.x rev 5987
Add uclibc-cross-compiler
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 14 14:20:45 2010 +0200 (2010-08-14) |
parents | f71157a571d0 |
children | 8ee0c3ca610f |
files | uclibc-cross-compiler-armv4eb/receipt uclibc-cross-compiler-armv4l/receipt uclibc-cross-compiler-armv4tl/receipt uclibc-cross-compiler-armv5l/receipt uclibc-cross-compiler-armv6l/receipt uclibc-cross-compiler-i486/receipt uclibc-cross-compiler-mips/receipt uclibc-cross-compiler-mips64/receipt uclibc-cross-compiler-mipsel/receipt uclibc-cross-compiler-powerpc-440fp/receipt uclibc-cross-compiler-powerpc/receipt uclibc-cross-compiler-sh4/receipt uclibc-cross-compiler-sparc/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/uclibc-cross-compiler-armv4eb/receipt Sat Aug 14 14:20:45 2010 +0200 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="uclibc-cross-compiler-armv4eb" 1.7 +VERSION="prebuilt" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Toolchain for uclibc/armv4eb." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +SOURCE="cross-compiler-armv4eb" 1.12 +TARBALL="$SOURCE.tar.bz2" 1.13 +WEB_SITE="http://impactlinux.com/aboriginal" 1.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + cd $SOURCE 1.20 +} 1.21 + 1.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.23 +genpkg_rules() 1.24 +{ 1.25 + mkdir -p $fs/usr/share $fs/usr/bin 1.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 1.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 1.28 + file=$(basename $i) 1.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 1.30 + done 1.31 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/uclibc-cross-compiler-armv4l/receipt Sat Aug 14 14:20:45 2010 +0200 2.3 @@ -0,0 +1,28 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="uclibc-cross-compiler-armv4l" 2.7 +VERSION="prebuilt" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Toolchain for uclibc/armv4l." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +SOURCE="cross-compiler-armv4l" 2.12 +TARBALL="$SOURCE.tar.bz2" 2.13 +WEB_SITE="http://impactlinux.com/aboriginal" 2.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 2.15 + 2.16 +# Rules to configure and make the package. 2.17 +compile_rules() 2.18 +{ 2.19 + cd $SOURCE 2.20 +} 2.21 + 2.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.23 +genpkg_rules() 2.24 +{ 2.25 + mkdir -p $fs/usr/share $fs/usr/bin 2.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 2.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 2.28 + file=$(basename $i) 2.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 2.30 + done 2.31 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/uclibc-cross-compiler-armv4tl/receipt Sat Aug 14 14:20:45 2010 +0200 3.3 @@ -0,0 +1,28 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="uclibc-cross-compiler-armv4tl" 3.7 +VERSION="prebuilt" 3.8 +CATEGORY="development" 3.9 +SHORT_DESC="Toolchain for uclibc/armv4tl." 3.10 +MAINTAINER="pascal.bellard@slitaz.org" 3.11 +SOURCE="cross-compiler-armv4tl" 3.12 +TARBALL="$SOURCE.tar.bz2" 3.13 +WEB_SITE="http://impactlinux.com/aboriginal" 3.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 3.15 + 3.16 +# Rules to configure and make the package. 3.17 +compile_rules() 3.18 +{ 3.19 + cd $SOURCE 3.20 +} 3.21 + 3.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.23 +genpkg_rules() 3.24 +{ 3.25 + mkdir -p $fs/usr/share $fs/usr/bin 3.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 3.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 3.28 + file=$(basename $i) 3.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 3.30 + done 3.31 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/uclibc-cross-compiler-armv5l/receipt Sat Aug 14 14:20:45 2010 +0200 4.3 @@ -0,0 +1,28 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="uclibc-cross-compiler-armv5l" 4.7 +VERSION="prebuilt" 4.8 +CATEGORY="development" 4.9 +SHORT_DESC="Toolchain for uclibc/armv5l." 4.10 +MAINTAINER="pascal.bellard@slitaz.org" 4.11 +SOURCE="cross-compiler-armv5l" 4.12 +TARBALL="$SOURCE.tar.bz2" 4.13 +WEB_SITE="http://impactlinux.com/aboriginal" 4.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 4.15 + 4.16 +# Rules to configure and make the package. 4.17 +compile_rules() 4.18 +{ 4.19 + cd $SOURCE 4.20 +} 4.21 + 4.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.23 +genpkg_rules() 4.24 +{ 4.25 + mkdir -p $fs/usr/share $fs/usr/bin 4.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 4.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 4.28 + file=$(basename $i) 4.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 4.30 + done 4.31 +}
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/uclibc-cross-compiler-armv6l/receipt Sat Aug 14 14:20:45 2010 +0200 5.3 @@ -0,0 +1,28 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="uclibc-cross-compiler-armv6l" 5.7 +VERSION="prebuilt" 5.8 +CATEGORY="development" 5.9 +SHORT_DESC="Toolchain for uclibc/armv6l." 5.10 +MAINTAINER="pascal.bellard@slitaz.org" 5.11 +SOURCE="cross-compiler-armv6l" 5.12 +TARBALL="$SOURCE.tar.bz2" 5.13 +WEB_SITE="http://impactlinux.com/aboriginal" 5.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 5.15 + 5.16 +# Rules to configure and make the package. 5.17 +compile_rules() 5.18 +{ 5.19 + cd $SOURCE 5.20 +} 5.21 + 5.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.23 +genpkg_rules() 5.24 +{ 5.25 + mkdir -p $fs/usr/share $fs/usr/bin 5.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 5.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 5.28 + file=$(basename $i) 5.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 5.30 + done 5.31 +}
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/uclibc-cross-compiler-i486/receipt Sat Aug 14 14:20:45 2010 +0200 6.3 @@ -0,0 +1,28 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="uclibc-cross-compiler-i486" 6.7 +VERSION="prebuilt" 6.8 +CATEGORY="development" 6.9 +SHORT_DESC="Toolchain for uclibc/i486." 6.10 +MAINTAINER="pascal.bellard@slitaz.org" 6.11 +SOURCE="cross-compiler-i486" 6.12 +TARBALL="$SOURCE.tar.bz2" 6.13 +WEB_SITE="http://impactlinux.com/aboriginal" 6.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 6.15 + 6.16 +# Rules to configure and make the package. 6.17 +compile_rules() 6.18 +{ 6.19 + cd $SOURCE 6.20 +} 6.21 + 6.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.23 +genpkg_rules() 6.24 +{ 6.25 + mkdir -p $fs/usr/share $fs/usr/bin 6.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 6.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 6.28 + file=$(basename $i) 6.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 6.30 + done 6.31 +}
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/uclibc-cross-compiler-mips/receipt Sat Aug 14 14:20:45 2010 +0200 7.3 @@ -0,0 +1,28 @@ 7.4 +# SliTaz package receipt. 7.5 + 7.6 +PACKAGE="uclibc-cross-compiler-mips" 7.7 +VERSION="prebuilt" 7.8 +CATEGORY="development" 7.9 +SHORT_DESC="Toolchain for uclibc/mips." 7.10 +MAINTAINER="pascal.bellard@slitaz.org" 7.11 +SOURCE="cross-compiler-mips" 7.12 +TARBALL="$SOURCE.tar.bz2" 7.13 +WEB_SITE="http://impactlinux.com/aboriginal" 7.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 7.15 + 7.16 +# Rules to configure and make the package. 7.17 +compile_rules() 7.18 +{ 7.19 + cd $SOURCE 7.20 +} 7.21 + 7.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 7.23 +genpkg_rules() 7.24 +{ 7.25 + mkdir -p $fs/usr/share $fs/usr/bin 7.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 7.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 7.28 + file=$(basename $i) 7.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 7.30 + done 7.31 +}
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/uclibc-cross-compiler-mips64/receipt Sat Aug 14 14:20:45 2010 +0200 8.3 @@ -0,0 +1,28 @@ 8.4 +# SliTaz package receipt. 8.5 + 8.6 +PACKAGE="uclibc-cross-compiler-mips64" 8.7 +VERSION="prebuilt" 8.8 +CATEGORY="development" 8.9 +SHORT_DESC="Toolchain for uclibc/mips64." 8.10 +MAINTAINER="pascal.bellard@slitaz.org" 8.11 +SOURCE="cross-compiler-mips64" 8.12 +TARBALL="$SOURCE.tar.bz2" 8.13 +WEB_SITE="http://impactlinux.com/aboriginal" 8.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 8.15 + 8.16 +# Rules to configure and make the package. 8.17 +compile_rules() 8.18 +{ 8.19 + cd $SOURCE 8.20 +} 8.21 + 8.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 8.23 +genpkg_rules() 8.24 +{ 8.25 + mkdir -p $fs/usr/share $fs/usr/bin 8.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 8.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 8.28 + file=$(basename $i) 8.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 8.30 + done 8.31 +}
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/uclibc-cross-compiler-mipsel/receipt Sat Aug 14 14:20:45 2010 +0200 9.3 @@ -0,0 +1,28 @@ 9.4 +# SliTaz package receipt. 9.5 + 9.6 +PACKAGE="uclibc-cross-compiler-mipsel" 9.7 +VERSION="prebuilt" 9.8 +CATEGORY="development" 9.9 +SHORT_DESC="Toolchain for uclibc/mipsel." 9.10 +MAINTAINER="pascal.bellard@slitaz.org" 9.11 +SOURCE="cross-compiler-mipsel" 9.12 +TARBALL="$SOURCE.tar.bz2" 9.13 +WEB_SITE="http://impactlinux.com/aboriginal" 9.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 9.15 + 9.16 +# Rules to configure and make the package. 9.17 +compile_rules() 9.18 +{ 9.19 + cd $SOURCE 9.20 +} 9.21 + 9.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 9.23 +genpkg_rules() 9.24 +{ 9.25 + mkdir -p $fs/usr/share $fs/usr/bin 9.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 9.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 9.28 + file=$(basename $i) 9.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 9.30 + done 9.31 +}
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/uclibc-cross-compiler-powerpc-440fp/receipt Sat Aug 14 14:20:45 2010 +0200 10.3 @@ -0,0 +1,28 @@ 10.4 +# SliTaz package receipt. 10.5 + 10.6 +PACKAGE="uclibc-cross-compiler-powerpc-440fp" 10.7 +VERSION="prebuilt" 10.8 +CATEGORY="development" 10.9 +SHORT_DESC="Toolchain for uclibc/powerpc-440fp." 10.10 +MAINTAINER="pascal.bellard@slitaz.org" 10.11 +SOURCE="cross-compiler-powerpc-440fp" 10.12 +TARBALL="$SOURCE.tar.bz2" 10.13 +WEB_SITE="http://impactlinux.com/aboriginal" 10.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 10.15 + 10.16 +# Rules to configure and make the package. 10.17 +compile_rules() 10.18 +{ 10.19 + cd $SOURCE 10.20 +} 10.21 + 10.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 10.23 +genpkg_rules() 10.24 +{ 10.25 + mkdir -p $fs/usr/share $fs/usr/bin 10.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 10.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 10.28 + file=$(basename $i) 10.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 10.30 + done 10.31 +}
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 11.2 +++ b/uclibc-cross-compiler-powerpc/receipt Sat Aug 14 14:20:45 2010 +0200 11.3 @@ -0,0 +1,28 @@ 11.4 +# SliTaz package receipt. 11.5 + 11.6 +PACKAGE="uclibc-cross-compiler-powerpc" 11.7 +VERSION="prebuilt" 11.8 +CATEGORY="development" 11.9 +SHORT_DESC="Toolchain for uclibc/powerpc." 11.10 +MAINTAINER="pascal.bellard@slitaz.org" 11.11 +SOURCE="cross-compiler-powerpc" 11.12 +TARBALL="$SOURCE.tar.bz2" 11.13 +WEB_SITE="http://impactlinux.com/aboriginal" 11.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 11.15 + 11.16 +# Rules to configure and make the package. 11.17 +compile_rules() 11.18 +{ 11.19 + cd $SOURCE 11.20 +} 11.21 + 11.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 11.23 +genpkg_rules() 11.24 +{ 11.25 + mkdir -p $fs/usr/share $fs/usr/bin 11.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 11.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 11.28 + file=$(basename $i) 11.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 11.30 + done 11.31 +}
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/uclibc-cross-compiler-sh4/receipt Sat Aug 14 14:20:45 2010 +0200 12.3 @@ -0,0 +1,28 @@ 12.4 +# SliTaz package receipt. 12.5 + 12.6 +PACKAGE="uclibc-cross-compiler-sh4" 12.7 +VERSION="prebuilt" 12.8 +CATEGORY="development" 12.9 +SHORT_DESC="Toolchain for uclibc/sh4." 12.10 +MAINTAINER="pascal.bellard@slitaz.org" 12.11 +SOURCE="cross-compiler-sh4" 12.12 +TARBALL="$SOURCE.tar.bz2" 12.13 +WEB_SITE="http://impactlinux.com/aboriginal" 12.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 12.15 + 12.16 +# Rules to configure and make the package. 12.17 +compile_rules() 12.18 +{ 12.19 + cd $SOURCE 12.20 +} 12.21 + 12.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 12.23 +genpkg_rules() 12.24 +{ 12.25 + mkdir -p $fs/usr/share $fs/usr/bin 12.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 12.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 12.28 + file=$(basename $i) 12.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 12.30 + done 12.31 +}
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 13.2 +++ b/uclibc-cross-compiler-sparc/receipt Sat Aug 14 14:20:45 2010 +0200 13.3 @@ -0,0 +1,28 @@ 13.4 +# SliTaz package receipt. 13.5 + 13.6 +PACKAGE="uclibc-cross-compiler-sparc" 13.7 +VERSION="prebuilt" 13.8 +CATEGORY="development" 13.9 +SHORT_DESC="Toolchain for uclibc/sparc." 13.10 +MAINTAINER="pascal.bellard@slitaz.org" 13.11 +SOURCE="cross-compiler-sparc" 13.12 +TARBALL="$SOURCE.tar.bz2" 13.13 +WEB_SITE="http://impactlinux.com/aboriginal" 13.14 +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 13.15 + 13.16 +# Rules to configure and make the package. 13.17 +compile_rules() 13.18 +{ 13.19 + cd $SOURCE 13.20 +} 13.21 + 13.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 13.23 +genpkg_rules() 13.24 +{ 13.25 + mkdir -p $fs/usr/share $fs/usr/bin 13.26 + cp -a $SOURCE $fs/usr/share/$PACKAGE 13.27 + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 13.28 + file=$(basename $i) 13.29 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 13.30 + done 13.31 +}