wok-6.x diff git/receipt @ rev 21740
updated qjson and qjson-dev (0.8.1 -> 0.9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 14 13:54:44 2019 +0100 (2019-06-14) |
parents | a78610b2eb47 |
children | 376c63dc731b |
line diff
1.1 --- a/git/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/git/receipt Fri Jun 14 13:54:44 2019 +0100 1.3 @@ -1,33 +1,32 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="git" 1.7 -VERSION="2.17.1" 1.8 +VERSION="2.21.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Fast version control system" 1.11 +SHORT_DESC="Fast version control system." 1.12 MAINTAINER="b1+slitaz@nagel.org" 1.13 LICENSE="GPL2" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="https://git-scm.com/" 1.16 + 1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 WGET_URL="https://www.kernel.org/pub/software/scm/git/$TARBALL" 1.19 1.20 +DEPENDS="cacerts curl expat openssl zlib" 1.21 +BUILD_DEPENDS="curl-dev expat-dev openssl-dev perl python-dev zlib-dev" 1.22 + 1.23 # NO_NSEC=1 1.24 CROSS_BUGS="bug: can't run test and make package." 1.25 #HOST_ARCH="i486 arm" 1.26 1.27 -DEPENDS="zlib openssl curl expat" 1.28 -BUILD_DEPENDS="wget zlib-dev openssl-dev curl-dev expat-dev perl python-dev \ 1.29 -tar bzip2" 1.30 - 1.31 # Rules to configure and make the package. 1.32 compile_rules() 1.33 { 1.34 - [ -L /bin/tar ] && tazpkg get-install tar --forced 1.35 - ./configure \ 1.36 - --prefix=/usr \ 1.37 - --libexecdir=/usr/lib \ 1.38 - --without-tcltk \ 1.39 + ./configure \ 1.40 + --prefix=/usr \ 1.41 + --libexecdir=/usr/lib \ 1.42 + --without-tcltk \ 1.43 $CONFIGURE_ARGS && 1.44 - make THREADED_DELTA_SEARCH=1 && 1.45 + make -j 1 THREADED_DELTA_SEARCH=1 && 1.46 make THREADED_DELTA_SEARCH=1 DESTDIR=$DESTDIR install 1.47 } 1.48 1.49 @@ -35,8 +34,10 @@ 1.50 genpkg_rules() 1.51 { 1.52 mkdir -p $fs/etc/init.d 1.53 - cp -a $stuff/git-daemon $fs/etc/init.d 1.54 - cp -a $install/usr $fs/ 1.55 + 1.56 + cp -a $stuff/git-daemon $fs/etc/init.d 1.57 + cp -a $install/usr $fs/ 1.58 + 1.59 strip -s $fs/usr/lib/git-core/* 2>/dev/null || true 1.60 } 1.61