# HG changeset patch # User Christophe Lincoln # Date 1397045650 -7200 # Node ID 083f885267859bb70c4defa83c532e9e8f4d2330 # Parent e3c24dc3326c1c6c69ff1e2f2dd7a45fe2b88793 ARM: add tar and some fixes diff -r e3c24dc3326c -r 083f88526785 git/receipt --- a/git/receipt Wed Apr 09 12:00:04 2014 +0200 +++ b/git/receipt Wed Apr 09 14:14:10 2014 +0200 @@ -9,10 +9,14 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://git-scm.com/" WGET_URL="ftp://ftp.kernel.org/pub/software/scm/git/$TARBALL" -CROSS="bug: can't run test and make package." + +# NO_NSEC=1 +CROSS_BUGS="bug: can't run test and make package." +#HOST_ARCH="i486 arm" DEPENDS="zlib openssl curl expat" -BUILD_DEPENDS="zlib-dev openssl-dev curl-dev expat-dev perl python-dev tar bzip2" +BUILD_DEPENDS="zlib-dev openssl-dev curl-dev expat-dev perl python-dev \ +tar bzip2" # Rules to configure and make the package. compile_rules() @@ -23,9 +27,8 @@ --prefix=/usr \ --libexecdir=/usr/lib \ --without-tcltk \ - --build=$HOST_SYSTEM \ - --host=$HOST_SYSTEM && - make THREADED_DELTA_SEARCH=1 + $CONFIGURE_ARGS && + make THREADED_DELTA_SEARCH=1 && make THREADED_DELTA_SEARCH=1 DESTDIR=$DESTDIR install } diff -r e3c24dc3326c -r 083f88526785 patch/receipt --- a/patch/receipt Wed Apr 09 12:00:04 2014 +0200 +++ b/patch/receipt Wed Apr 09 14:14:10 2014 +0200 @@ -11,9 +11,6 @@ WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" HOST_ARCH="i486 arm" -DEPENDS="glibc-base" -BUILD_DEPENDS="gcc" - # Rules to configure and make the package. compile_rules() { diff -r e3c24dc3326c -r 083f88526785 tar/receipt --- a/tar/receipt Wed Apr 09 12:00:04 2014 +0200 +++ b/tar/receipt Wed Apr 09 14:14:10 2014 +0200 @@ -10,11 +10,11 @@ WEB_SITE="http://www.gnu.org/software/tar/" WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" TAGS="archive compression" +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - cd $src # this is needed since configure can't be run as root with out it export FORCE_UNSAFE_CONFIGURE=1 ./configure \ diff -r e3c24dc3326c -r 083f88526785 util-linux-cramfs/receipt --- a/util-linux-cramfs/receipt Wed Apr 09 12:00:04 2014 +0200 +++ b/util-linux-cramfs/receipt Wed Apr 09 14:14:10 2014 +0200 @@ -8,6 +8,7 @@ LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" +HOST_ARCH="i486 arm" DEPENDS="zlib" diff -r e3c24dc3326c -r 083f88526785 util-linux-getopt/receipt --- a/util-linux-getopt/receipt Wed Apr 09 12:00:04 2014 +0200 +++ b/util-linux-getopt/receipt Wed Apr 09 14:14:10 2014 +0200 @@ -8,6 +8,7 @@ LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" +HOST_ARCH="i486 arm" DEPENDS="glibc-base" diff -r e3c24dc3326c -r 083f88526785 util-linux-mkfs/receipt --- a/util-linux-mkfs/receipt Wed Apr 09 12:00:04 2014 +0200 +++ b/util-linux-mkfs/receipt Wed Apr 09 14:14:10 2014 +0200 @@ -7,10 +7,11 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://kernel.org/~kzak/util-linux/" +HOST_ARCH="i486 arm" DEPENDS="glibc-base util-linux-blkid util-linux-uuid zlib" WANTED="util-linux" -HOST_ARCH="i486 arm" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()