# HG changeset patch # User Pascal Bellard # Date 1281788445 -7200 # Node ID 8da46cc14f57702f9f9988571646b7385c492cc9 # Parent f71157a571d0013426dc77091062d2dac1054f17 Add uclibc-cross-compiler diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-armv4eb/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-armv4eb/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-armv4eb" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/armv4eb." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-armv4eb" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +} diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-armv4l/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-armv4l/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-armv4l" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/armv4l." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-armv4l" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +} diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-armv4tl/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-armv4tl/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-armv4tl" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/armv4tl." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-armv4tl" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +} diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-armv5l/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-armv5l/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-armv5l" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/armv5l." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-armv5l" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +} diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-armv6l/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-armv6l/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-armv6l" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/armv6l." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-armv6l" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +} diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-i486/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-i486/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-i486" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/i486." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-i486" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +} diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-mips/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-mips/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-mips" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/mips." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-mips" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +} diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-mips64/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-mips64/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-mips64" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/mips64." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-mips64" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +} diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-mipsel/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-mipsel/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-mipsel" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/mipsel." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-mipsel" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +} diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-powerpc-440fp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-powerpc-440fp/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-powerpc-440fp" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/powerpc-440fp." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-powerpc-440fp" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +} diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-powerpc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-powerpc/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-powerpc" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/powerpc." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-powerpc" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +} diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-sh4/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-sh4/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-sh4" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/sh4." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-sh4" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +} diff -r f71157a571d0 -r 8da46cc14f57 uclibc-cross-compiler-sparc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uclibc-cross-compiler-sparc/receipt Sat Aug 14 14:20:45 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="uclibc-cross-compiler-sparc" +VERSION="prebuilt" +CATEGORY="development" +SHORT_DESC="Toolchain for uclibc/sparc." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cross-compiler-sparc" +TARBALL="$SOURCE.tar.bz2" +WEB_SITE="http://impactlinux.com/aboriginal" +WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/bin + cp -a $SOURCE $fs/usr/share/$PACKAGE + for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + file=$(basename $i) + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file + done +}