wok-current rev 16310
ARM: add patch
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 09 09:11:44 2014 +0200 (2014-04-09) |
parents | 9a0770ab3525 |
children | 5f72ca8e3060 |
files | patch/receipt |
line diff
1.1 --- a/patch/receipt Wed Apr 09 09:40:57 2014 +0300 1.2 +++ b/patch/receipt Wed Apr 09 09:11:44 2014 +0200 1.3 @@ -9,21 +9,14 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.5 WEB_SITE="http://www.gnu.org/software/patch/" 1.6 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="glibc-base" 1.10 BUILD_DEPENDS="gcc" 1.11 1.12 -# Rules to compile & install the temporary toolchain by Tazwok. 1.13 -cook_tmp_toolchain() 1.14 -{ 1.15 - cd $src 1.16 - ./configure && make && make install 1.17 -} 1.18 - 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - cd $src 1.23 ./configure $CONFIGURE_ARGS && 1.24 make && make install 1.25 }