wok diff git-gui/receipt @ rev 8980

Fix screen/screen-pam depends & config location
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Mar 02 20:57:11 2011 +0100 (2011-03-02)
parents 91efab18a2ab
children d1768332cee0
line diff
     1.1 --- a/git-gui/receipt	Sun Sep 26 10:57:35 2010 +0100
     1.2 +++ b/git-gui/receipt	Wed Mar 02 20:57:11 2011 +0100
     1.3 @@ -6,25 +6,21 @@
     1.4  MAINTAINER="ben@seawolfsanctuary.com"
     1.5  DEPENDS="tk git"
     1.6  BUILD_DEPENDS="$DEPENDS"
     1.7 -TARBALL="master.tar.gz"
     1.8  WEB_SITE="http://www.kernel.org/pub/software/scm/git/docs/git-gui.html"
     1.9 -WGET_URL="http://repo.or.cz/w/git-gui.git/snapshot/$TARBALL"
    1.10 +WGET_URL="git|http://repo.or.cz/r/git-gui.git"
    1.11 +BRANCH="gitgui-$VERSION"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $PACKAGE
    1.17 +	cd $src
    1.18  	make clean
    1.19  	make && make DESTDIR=$PWD/_pkg install
    1.20 -	cd ..
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	# Need to create a shortcut; change with each release :-(
    1.27 -	ln -s $PACKAGE $PACKAGE-$VERSION
    1.28 -	
    1.29  	mkdir -p $fs
    1.30  	cp -a $_pkg/usr $fs/
    1.31