wok-6.x diff make/receipt @ rev 14333
eeze: no /usr/bin
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 12 21:08:19 2013 +0200 (2013-04-12) |
parents | e6bc71a2e848 |
children | 2b9f96603415 |
line diff
1.1 --- a/make/receipt Tue May 24 07:50:03 2011 +0000 1.2 +++ b/make/receipt Fri Apr 12 21:08:19 2013 +0200 1.3 @@ -8,20 +8,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.gnu.org/software/make/" 1.6 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.7 +HOST_ARCH="i486 arm x86_64" 1.8 1.9 DEPENDS="glibc-base" 1.10 -BUILD_DEPENDS="gcc" 1.11 - 1.12 -# Rules to compile & install the temporary toolchain. 1.13 -cook_tmp_toolchain() 1.14 -{ 1.15 - cd $src 1.16 - # http://savannah.gnu.org/bugs/?30612 1.17 - patch -Np1 -i $stuff/bug30612.patch 1.18 - # http://savannah.gnu.org/bugs/?30723 1.19 - patch -Np1 -i $stuff/bug30723.patch 1.20 - ./configure && make && make install 1.21 -} 1.22 +BUILD_DEPENDS="" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 @@ -39,5 +29,5 @@ 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr 1.30 - cp -a $_pkg/usr/bin $fs/usr 1.31 + cp -a $install/usr/bin $fs/usr 1.32 }