# HG changeset patch # User Antoine Bodin # Date 1297965519 -3600 # Node ID df5b8ff398d794da130a75a153839e7c190aad41 # Parent 61dbb0c794de52509877c2c9b4671d9bfecf5e98 Fix: uclibc-cross-compiler diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-armv4eb/receipt --- a/uclibc-cross-compiler-armv4eb/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-armv4eb/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,18 +10,12 @@ 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 + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-armv4l/receipt --- a/uclibc-cross-compiler-armv4l/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-armv4l/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,18 +10,12 @@ 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 + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-armv4tl/receipt --- a/uclibc-cross-compiler-armv4tl/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-armv4tl/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,18 +10,12 @@ 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 + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-armv5l/receipt --- a/uclibc-cross-compiler-armv5l/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-armv5l/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,18 +10,12 @@ 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 + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-armv6l/receipt --- a/uclibc-cross-compiler-armv6l/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-armv6l/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,18 +10,12 @@ 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 + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-i486/receipt --- a/uclibc-cross-compiler-i486/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-i486/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,12 +10,6 @@ WEB_SITE="http://impactlinux.com/aboriginal" WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" -# Rules to configure and make the package. -compile_rules() -{ - cd $src -} - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-mips/receipt --- a/uclibc-cross-compiler-mips/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-mips/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,18 +10,12 @@ 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 + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-mips64/receipt --- a/uclibc-cross-compiler-mips64/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-mips64/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,18 +10,12 @@ 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 + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-mipsel/receipt --- a/uclibc-cross-compiler-mipsel/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-mipsel/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,18 +10,12 @@ 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 + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-powerpc-440fp/receipt --- a/uclibc-cross-compiler-powerpc-440fp/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-powerpc-440fp/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,18 +10,12 @@ 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 + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/powerpc-${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-powerpc/receipt --- a/uclibc-cross-compiler-powerpc/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-powerpc/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,18 +10,12 @@ 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 + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-sh4/receipt --- a/uclibc-cross-compiler-sh4/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-sh4/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,18 +10,12 @@ 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 + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done diff -r 61dbb0c794de -r df5b8ff398d7 uclibc-cross-compiler-sparc/receipt --- a/uclibc-cross-compiler-sparc/receipt Thu Feb 17 18:56:59 2011 +0100 +++ b/uclibc-cross-compiler-sparc/receipt Thu Feb 17 18:58:39 2011 +0100 @@ -10,18 +10,12 @@ 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 + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done