wok diff git/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents 7d6d92c10df6
children 6bc6fe824d96
line diff
     1.1 --- a/git/receipt	Sat Jun 14 19:52:20 2014 +0000
     1.2 +++ b/git/receipt	Mon Sep 15 23:31:45 2014 +0200
     1.3 @@ -8,20 +8,19 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://git-scm.com/"
     1.7 -WGET_URL="ftp://ftp.kernel.org/pub/software/scm/git/$TARBALL"
     1.8 +WGET_URL="https://www.kernel.org/pub/software/scm/git/$TARBALL"
     1.9  
    1.10  # NO_NSEC=1
    1.11  CROSS_BUGS="bug: can't run test and make package."
    1.12  #HOST_ARCH="i486 arm"
    1.13  
    1.14  DEPENDS="zlib openssl curl expat"
    1.15 -BUILD_DEPENDS="zlib-dev openssl-dev curl-dev expat-dev perl python-dev \
    1.16 +BUILD_DEPENDS="wget zlib-dev openssl-dev curl-dev expat-dev perl python-dev \
    1.17  tar bzip2"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd $src
    1.23  	[ -L /bin/tar ] && tazpkg get-install tar --forced
    1.24  	./configure \
    1.25  		--prefix=/usr \