wok rev 8686
Fix: uclibc-cross-compiler
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 17 18:58:39 2011 +0100 (2011-02-17) |
parents | 61dbb0c794de |
children | e53846be169c |
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 --- a/uclibc-cross-compiler-armv4eb/receipt Thu Feb 17 18:56:59 2011 +0100 1.2 +++ b/uclibc-cross-compiler-armv4eb/receipt Thu Feb 17 18:58:39 2011 +0100 1.3 @@ -10,18 +10,12 @@ 1.4 WEB_SITE="http://impactlinux.com/aboriginal" 1.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 1.6 1.7 -# Rules to configure and make the package. 1.8 -compile_rules() 1.9 -{ 1.10 - cd $SOURCE 1.11 -} 1.12 - 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 mkdir -p $fs/usr/share $fs/usr/bin 1.17 - cp -a $SOURCE $fs/usr/share/$PACKAGE 1.18 - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 1.19 + cp -a $src $fs/usr/share/$PACKAGE 1.20 + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do 1.21 file=$(basename $i) 1.22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 1.23 done
2.1 --- a/uclibc-cross-compiler-armv4l/receipt Thu Feb 17 18:56:59 2011 +0100 2.2 +++ b/uclibc-cross-compiler-armv4l/receipt Thu Feb 17 18:58:39 2011 +0100 2.3 @@ -10,18 +10,12 @@ 2.4 WEB_SITE="http://impactlinux.com/aboriginal" 2.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 2.6 2.7 -# Rules to configure and make the package. 2.8 -compile_rules() 2.9 -{ 2.10 - cd $SOURCE 2.11 -} 2.12 - 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 mkdir -p $fs/usr/share $fs/usr/bin 2.17 - cp -a $SOURCE $fs/usr/share/$PACKAGE 2.18 - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 2.19 + cp -a $src $fs/usr/share/$PACKAGE 2.20 + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do 2.21 file=$(basename $i) 2.22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 2.23 done
3.1 --- a/uclibc-cross-compiler-armv4tl/receipt Thu Feb 17 18:56:59 2011 +0100 3.2 +++ b/uclibc-cross-compiler-armv4tl/receipt Thu Feb 17 18:58:39 2011 +0100 3.3 @@ -10,18 +10,12 @@ 3.4 WEB_SITE="http://impactlinux.com/aboriginal" 3.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 3.6 3.7 -# Rules to configure and make the package. 3.8 -compile_rules() 3.9 -{ 3.10 - cd $SOURCE 3.11 -} 3.12 - 3.13 # Rules to gen a SliTaz package suitable for Tazpkg. 3.14 genpkg_rules() 3.15 { 3.16 mkdir -p $fs/usr/share $fs/usr/bin 3.17 - cp -a $SOURCE $fs/usr/share/$PACKAGE 3.18 - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 3.19 + cp -a $src $fs/usr/share/$PACKAGE 3.20 + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do 3.21 file=$(basename $i) 3.22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 3.23 done
4.1 --- a/uclibc-cross-compiler-armv5l/receipt Thu Feb 17 18:56:59 2011 +0100 4.2 +++ b/uclibc-cross-compiler-armv5l/receipt Thu Feb 17 18:58:39 2011 +0100 4.3 @@ -10,18 +10,12 @@ 4.4 WEB_SITE="http://impactlinux.com/aboriginal" 4.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 4.6 4.7 -# Rules to configure and make the package. 4.8 -compile_rules() 4.9 -{ 4.10 - cd $SOURCE 4.11 -} 4.12 - 4.13 # Rules to gen a SliTaz package suitable for Tazpkg. 4.14 genpkg_rules() 4.15 { 4.16 mkdir -p $fs/usr/share $fs/usr/bin 4.17 - cp -a $SOURCE $fs/usr/share/$PACKAGE 4.18 - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 4.19 + cp -a $src $fs/usr/share/$PACKAGE 4.20 + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do 4.21 file=$(basename $i) 4.22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 4.23 done
5.1 --- a/uclibc-cross-compiler-armv6l/receipt Thu Feb 17 18:56:59 2011 +0100 5.2 +++ b/uclibc-cross-compiler-armv6l/receipt Thu Feb 17 18:58:39 2011 +0100 5.3 @@ -10,18 +10,12 @@ 5.4 WEB_SITE="http://impactlinux.com/aboriginal" 5.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 5.6 5.7 -# Rules to configure and make the package. 5.8 -compile_rules() 5.9 -{ 5.10 - cd $SOURCE 5.11 -} 5.12 - 5.13 # Rules to gen a SliTaz package suitable for Tazpkg. 5.14 genpkg_rules() 5.15 { 5.16 mkdir -p $fs/usr/share $fs/usr/bin 5.17 - cp -a $SOURCE $fs/usr/share/$PACKAGE 5.18 - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 5.19 + cp -a $src $fs/usr/share/$PACKAGE 5.20 + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do 5.21 file=$(basename $i) 5.22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 5.23 done
6.1 --- a/uclibc-cross-compiler-i486/receipt Thu Feb 17 18:56:59 2011 +0100 6.2 +++ b/uclibc-cross-compiler-i486/receipt Thu Feb 17 18:58:39 2011 +0100 6.3 @@ -10,12 +10,6 @@ 6.4 WEB_SITE="http://impactlinux.com/aboriginal" 6.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 6.6 6.7 -# Rules to configure and make the package. 6.8 -compile_rules() 6.9 -{ 6.10 - cd $src 6.11 -} 6.12 - 6.13 # Rules to gen a SliTaz package suitable for Tazpkg. 6.14 genpkg_rules() 6.15 {
7.1 --- a/uclibc-cross-compiler-mips/receipt Thu Feb 17 18:56:59 2011 +0100 7.2 +++ b/uclibc-cross-compiler-mips/receipt Thu Feb 17 18:58:39 2011 +0100 7.3 @@ -10,18 +10,12 @@ 7.4 WEB_SITE="http://impactlinux.com/aboriginal" 7.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 7.6 7.7 -# Rules to configure and make the package. 7.8 -compile_rules() 7.9 -{ 7.10 - cd $SOURCE 7.11 -} 7.12 - 7.13 # Rules to gen a SliTaz package suitable for Tazpkg. 7.14 genpkg_rules() 7.15 { 7.16 mkdir -p $fs/usr/share $fs/usr/bin 7.17 - cp -a $SOURCE $fs/usr/share/$PACKAGE 7.18 - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 7.19 + cp -a $src $fs/usr/share/$PACKAGE 7.20 + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do 7.21 file=$(basename $i) 7.22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 7.23 done
8.1 --- a/uclibc-cross-compiler-mips64/receipt Thu Feb 17 18:56:59 2011 +0100 8.2 +++ b/uclibc-cross-compiler-mips64/receipt Thu Feb 17 18:58:39 2011 +0100 8.3 @@ -10,18 +10,12 @@ 8.4 WEB_SITE="http://impactlinux.com/aboriginal" 8.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 8.6 8.7 -# Rules to configure and make the package. 8.8 -compile_rules() 8.9 -{ 8.10 - cd $SOURCE 8.11 -} 8.12 - 8.13 # Rules to gen a SliTaz package suitable for Tazpkg. 8.14 genpkg_rules() 8.15 { 8.16 mkdir -p $fs/usr/share $fs/usr/bin 8.17 - cp -a $SOURCE $fs/usr/share/$PACKAGE 8.18 - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 8.19 + cp -a $src $fs/usr/share/$PACKAGE 8.20 + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do 8.21 file=$(basename $i) 8.22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 8.23 done
9.1 --- a/uclibc-cross-compiler-mipsel/receipt Thu Feb 17 18:56:59 2011 +0100 9.2 +++ b/uclibc-cross-compiler-mipsel/receipt Thu Feb 17 18:58:39 2011 +0100 9.3 @@ -10,18 +10,12 @@ 9.4 WEB_SITE="http://impactlinux.com/aboriginal" 9.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 9.6 9.7 -# Rules to configure and make the package. 9.8 -compile_rules() 9.9 -{ 9.10 - cd $SOURCE 9.11 -} 9.12 - 9.13 # Rules to gen a SliTaz package suitable for Tazpkg. 9.14 genpkg_rules() 9.15 { 9.16 mkdir -p $fs/usr/share $fs/usr/bin 9.17 - cp -a $SOURCE $fs/usr/share/$PACKAGE 9.18 - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 9.19 + cp -a $src $fs/usr/share/$PACKAGE 9.20 + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do 9.21 file=$(basename $i) 9.22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 9.23 done
10.1 --- a/uclibc-cross-compiler-powerpc-440fp/receipt Thu Feb 17 18:56:59 2011 +0100 10.2 +++ b/uclibc-cross-compiler-powerpc-440fp/receipt Thu Feb 17 18:58:39 2011 +0100 10.3 @@ -10,18 +10,12 @@ 10.4 WEB_SITE="http://impactlinux.com/aboriginal" 10.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 10.6 10.7 -# Rules to configure and make the package. 10.8 -compile_rules() 10.9 -{ 10.10 - cd $SOURCE 10.11 -} 10.12 - 10.13 # Rules to gen a SliTaz package suitable for Tazpkg. 10.14 genpkg_rules() 10.15 { 10.16 mkdir -p $fs/usr/share $fs/usr/bin 10.17 - cp -a $SOURCE $fs/usr/share/$PACKAGE 10.18 - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 10.19 + cp -a $src $fs/usr/share/$PACKAGE 10.20 + for i in $(cd $src ; ls bin/powerpc-${PACKAGE##*-}-*); do 10.21 file=$(basename $i) 10.22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 10.23 done
11.1 --- a/uclibc-cross-compiler-powerpc/receipt Thu Feb 17 18:56:59 2011 +0100 11.2 +++ b/uclibc-cross-compiler-powerpc/receipt Thu Feb 17 18:58:39 2011 +0100 11.3 @@ -10,18 +10,12 @@ 11.4 WEB_SITE="http://impactlinux.com/aboriginal" 11.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 11.6 11.7 -# Rules to configure and make the package. 11.8 -compile_rules() 11.9 -{ 11.10 - cd $SOURCE 11.11 -} 11.12 - 11.13 # Rules to gen a SliTaz package suitable for Tazpkg. 11.14 genpkg_rules() 11.15 { 11.16 mkdir -p $fs/usr/share $fs/usr/bin 11.17 - cp -a $SOURCE $fs/usr/share/$PACKAGE 11.18 - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 11.19 + cp -a $src $fs/usr/share/$PACKAGE 11.20 + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do 11.21 file=$(basename $i) 11.22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 11.23 done
12.1 --- a/uclibc-cross-compiler-sh4/receipt Thu Feb 17 18:56:59 2011 +0100 12.2 +++ b/uclibc-cross-compiler-sh4/receipt Thu Feb 17 18:58:39 2011 +0100 12.3 @@ -10,18 +10,12 @@ 12.4 WEB_SITE="http://impactlinux.com/aboriginal" 12.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 12.6 12.7 -# Rules to configure and make the package. 12.8 -compile_rules() 12.9 -{ 12.10 - cd $SOURCE 12.11 -} 12.12 - 12.13 # Rules to gen a SliTaz package suitable for Tazpkg. 12.14 genpkg_rules() 12.15 { 12.16 mkdir -p $fs/usr/share $fs/usr/bin 12.17 - cp -a $SOURCE $fs/usr/share/$PACKAGE 12.18 - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 12.19 + cp -a $src $fs/usr/share/$PACKAGE 12.20 + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do 12.21 file=$(basename $i) 12.22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 12.23 done
13.1 --- a/uclibc-cross-compiler-sparc/receipt Thu Feb 17 18:56:59 2011 +0100 13.2 +++ b/uclibc-cross-compiler-sparc/receipt Thu Feb 17 18:58:39 2011 +0100 13.3 @@ -10,18 +10,12 @@ 13.4 WEB_SITE="http://impactlinux.com/aboriginal" 13.5 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" 13.6 13.7 -# Rules to configure and make the package. 13.8 -compile_rules() 13.9 -{ 13.10 - cd $SOURCE 13.11 -} 13.12 - 13.13 # Rules to gen a SliTaz package suitable for Tazpkg. 13.14 genpkg_rules() 13.15 { 13.16 mkdir -p $fs/usr/share $fs/usr/bin 13.17 - cp -a $SOURCE $fs/usr/share/$PACKAGE 13.18 - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do 13.19 + cp -a $src $fs/usr/share/$PACKAGE 13.20 + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do 13.21 file=$(basename $i) 13.22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 13.23 done