wok-next rev 8590
Fixed up git-gui for new tazwok.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 13 22:25:32 2011 +0000 (2011-02-13) |
parents | f579356b437f |
children | b891cba4f48e |
files | git-gui/receipt |
line diff
1.1 --- a/git-gui/receipt Mon Feb 14 04:04:18 2011 +0100 1.2 +++ b/git-gui/receipt Sun Feb 13 22:25:32 2011 +0000 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