wok-next diff git-gui/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents cfc6ddf8de74
children 0cbe4b1f2230
line diff
     1.1 --- a/git-gui/receipt	Thu Dec 12 09:03:33 2013 +0000
     1.2 +++ b/git-gui/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -1,36 +1,34 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6 +
     1.7  PACKAGE="git-gui"
     1.8  VERSION="0.13.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Graphical interface for the Git dRCS."
    1.11 -MAINTAINER="ben@seawolfsanctuary.com"
    1.12 +SHORT_DESC="Graphical interface for the Git dRCS"
    1.13 +MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="BSD"
    1.15 +WEB_SITE="https://mirrors.edge.kernel.org/pub/software/scm/git/docs/git-gui.html"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://www.kernel.org/pub/software/scm/git/docs/git-gui.html"
    1.19  WGET_URL="git|http://repo.or.cz/r/git-gui.git"
    1.20  BRANCH="gitgui-$VERSION"
    1.21  
    1.22 -DEPENDS="tk git"
    1.23 -BUILD_DEPENDS="$DEPENDS"
    1.24 +BUILD_DEPENDS="tk git"
    1.25  
    1.26 -# Rules to configure and make the package.
    1.27 -compile_rules()
    1.28 -{
    1.29 -	cd $src
    1.30 +compile_rules() {
    1.31  	make clean
    1.32 -	make && make DESTDIR=$DESTDIR install
    1.33 +	make &&
    1.34 +	make DESTDIR=$install install
    1.35  }
    1.36  
    1.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 -genpkg_rules()
    1.39 -{
    1.40 +genpkg_rules() {
    1.41  	mkdir -p $fs
    1.42  	cp -a $install/usr $fs/
    1.43 -	
    1.44 +
    1.45  	# Extra icons, .desktop file etc.:
    1.46  	cp -a $stuff/* $fs/usr
    1.47  
    1.48  	mkdir -p $fs/usr/bin
    1.49  	ln -s /usr/lib/git-core/git-gui /usr/lib/git-core/git-citool \
    1.50  		/usr/lib/git-core/git-gui--askpass $fs/usr/bin
    1.51 +	DEPENDS="tk git"
    1.52  }