wok-6.x rev 16314
ARM: add tar and some fixes
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 09 14:14:10 2014 +0200 (2014-04-09) |
parents | e3c24dc3326c |
children | c46591bcff38 |
files | git/receipt patch/receipt tar/receipt util-linux-cramfs/receipt util-linux-getopt/receipt util-linux-mkfs/receipt |
line diff
1.1 --- a/git/receipt Wed Apr 09 12:00:04 2014 +0200 1.2 +++ b/git/receipt Wed Apr 09 14:14:10 2014 +0200 1.3 @@ -9,10 +9,14 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://git-scm.com/" 1.6 WGET_URL="ftp://ftp.kernel.org/pub/software/scm/git/$TARBALL" 1.7 -CROSS="bug: can't run test and make package." 1.8 + 1.9 +# NO_NSEC=1 1.10 +CROSS_BUGS="bug: can't run test and make package." 1.11 +#HOST_ARCH="i486 arm" 1.12 1.13 DEPENDS="zlib openssl curl expat" 1.14 -BUILD_DEPENDS="zlib-dev openssl-dev curl-dev expat-dev perl python-dev tar bzip2" 1.15 +BUILD_DEPENDS="zlib-dev openssl-dev curl-dev expat-dev perl python-dev \ 1.16 +tar bzip2" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 @@ -23,9 +27,8 @@ 1.21 --prefix=/usr \ 1.22 --libexecdir=/usr/lib \ 1.23 --without-tcltk \ 1.24 - --build=$HOST_SYSTEM \ 1.25 - --host=$HOST_SYSTEM && 1.26 - make THREADED_DELTA_SEARCH=1 1.27 + $CONFIGURE_ARGS && 1.28 + make THREADED_DELTA_SEARCH=1 && 1.29 make THREADED_DELTA_SEARCH=1 DESTDIR=$DESTDIR install 1.30 } 1.31
2.1 --- a/patch/receipt Wed Apr 09 12:00:04 2014 +0200 2.2 +++ b/patch/receipt Wed Apr 09 14:14:10 2014 +0200 2.3 @@ -11,9 +11,6 @@ 2.4 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 2.5 HOST_ARCH="i486 arm" 2.6 2.7 -DEPENDS="glibc-base" 2.8 -BUILD_DEPENDS="gcc" 2.9 - 2.10 # Rules to configure and make the package. 2.11 compile_rules() 2.12 {
3.1 --- a/tar/receipt Wed Apr 09 12:00:04 2014 +0200 3.2 +++ b/tar/receipt Wed Apr 09 14:14:10 2014 +0200 3.3 @@ -10,11 +10,11 @@ 3.4 WEB_SITE="http://www.gnu.org/software/tar/" 3.5 WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" 3.6 TAGS="archive compression" 3.7 +HOST_ARCH="i486 arm" 3.8 3.9 # Rules to configure and make the package. 3.10 compile_rules() 3.11 { 3.12 - cd $src 3.13 # this is needed since configure can't be run as root with out it 3.14 export FORCE_UNSAFE_CONFIGURE=1 3.15 ./configure \
4.1 --- a/util-linux-cramfs/receipt Wed Apr 09 12:00:04 2014 +0200 4.2 +++ b/util-linux-cramfs/receipt Wed Apr 09 14:14:10 2014 +0200 4.3 @@ -8,6 +8,7 @@ 4.4 LICENSE="GPL2" 4.5 WANTED="util-linux" 4.6 WEB_SITE="http://kernel.org/~kzak/util-linux/" 4.7 +HOST_ARCH="i486 arm" 4.8 4.9 DEPENDS="zlib" 4.10
5.1 --- a/util-linux-getopt/receipt Wed Apr 09 12:00:04 2014 +0200 5.2 +++ b/util-linux-getopt/receipt Wed Apr 09 14:14:10 2014 +0200 5.3 @@ -8,6 +8,7 @@ 5.4 LICENSE="GPL2" 5.5 WANTED="util-linux" 5.6 WEB_SITE="http://kernel.org/~kzak/util-linux/" 5.7 +HOST_ARCH="i486 arm" 5.8 5.9 DEPENDS="glibc-base" 5.10
6.1 --- a/util-linux-mkfs/receipt Wed Apr 09 12:00:04 2014 +0200 6.2 +++ b/util-linux-mkfs/receipt Wed Apr 09 14:14:10 2014 +0200 6.3 @@ -7,10 +7,11 @@ 6.4 MAINTAINER="pankso@slitaz.org" 6.5 LICENSE="GPL2" 6.6 WEB_SITE="http://kernel.org/~kzak/util-linux/" 6.7 +HOST_ARCH="i486 arm" 6.8 6.9 DEPENDS="glibc-base util-linux-blkid util-linux-uuid zlib" 6.10 WANTED="util-linux" 6.11 -HOST_ARCH="i486 arm" 6.12 + 6.13 6.14 # Rules to gen a SliTaz package suitable for Tazpkg. 6.15 genpkg_rules()