wok view gource/receipt @ rev 10039

zsh: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 01:39:30 2011 +0000 (2011-05-20)
parents
children f8216c3040dd
line source
1 # SliTaz package receipt.
3 PACKAGE="gource"
4 VERSION="0.32"
5 CATEGORY="development"
6 SHORT_DESC="software version control visualization"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="ftgl libsdl libsdl-image pcre glew"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://code.google.com/p/gource/"
11 WGET_URL="http://gource.googlecode.com/files/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure && make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share
24 cp -a $_pkg/usr/bin $fs/usr
25 cp -a $_pkg/usr/share/gource $fs/usr/share
26 }