# HG changeset patch # User Christophe Lincoln # Date 1397027504 -7200 # Node ID 7d5c0cb4336a3babb27162981f3e6f712fec8d30 # Parent 9a0770ab3525ac48a2e265ec10557ad3204333ff ARM: add patch diff -r 9a0770ab3525 -r 7d5c0cb4336a patch/receipt --- a/patch/receipt Wed Apr 09 09:40:57 2014 +0300 +++ b/patch/receipt Wed Apr 09 09:11:44 2014 +0200 @@ -9,21 +9,14 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gnu.org/software/patch/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="glibc-base" BUILD_DEPENDS="gcc" -# Rules to compile & install the temporary toolchain by Tazwok. -cook_tmp_toolchain() -{ - cd $src - ./configure && make && make install -} - # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make install }