# HG changeset patch # User Christopher Rogers # Date 1297635932 0 # Node ID 3fa816ae715322117b3d7b1255175bb899dd1a55 # Parent f579356b437f5709eb5fe89a3872f46b83fd927a Fixed up git-gui for new tazwok. diff -r f579356b437f -r 3fa816ae7153 git-gui/receipt --- a/git-gui/receipt Mon Feb 14 04:04:18 2011 +0100 +++ b/git-gui/receipt Sun Feb 13 22:25:32 2011 +0000 @@ -6,25 +6,21 @@ MAINTAINER="ben@seawolfsanctuary.com" DEPENDS="tk git" BUILD_DEPENDS="$DEPENDS" -TARBALL="master.tar.gz" WEB_SITE="http://www.kernel.org/pub/software/scm/git/docs/git-gui.html" -WGET_URL="http://repo.or.cz/w/git-gui.git/snapshot/$TARBALL" +WGET_URL="git|http://repo.or.cz/r/git-gui.git" +BRANCH="gitgui-$VERSION" # Rules to configure and make the package. compile_rules() { - cd $PACKAGE + cd $src make clean make && make DESTDIR=$PWD/_pkg install - cd .. } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - # Need to create a shortcut; change with each release :-( - ln -s $PACKAGE $PACKAGE-$VERSION - mkdir -p $fs cp -a $_pkg/usr $fs/