graphics/gource: Updated for version 0.38

Also noted changed dependency

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-08-12 09:32:13 +02:00 committed by Robby Workman
parent ed83ed881e
commit c018cefa57
3 changed files with 6 additions and 10 deletions

View File

@ -6,5 +6,3 @@ branches with files as leaves; developers can be seen working on the
tree at the times they contributed to the project. Currently there
is first party support for Git, Mercurial and Bazaar, and third party
(using additional steps) for CVS and SVN.
This requires ftgl, available at slackbuilds.org.

View File

@ -6,7 +6,7 @@
# generated by grissiom's sbo-dev-helper
PRGNAM=gource
VERSION=${VERSION:-0.28}
VERSION=${VERSION:-0.38}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,9 +71,7 @@ make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
$DOCS \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,10 +1,10 @@
PRGNAM="gource"
VERSION="0.28"
VERSION="0.38"
HOMEPAGE="http://code.google.com/p/gource/"
DOWNLOAD="http://gource.googlecode.com/files/gource-0.28.tar.gz"
MD5SUM="82cadbd7791cff913970a63d63d894ff"
DOWNLOAD="http://gource.googlecode.com/files/gource-0.38.tar.gz"
MD5SUM="6584241879dbb6dfaecc6ae6b58ad38c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ftgl"
REQUIRES="glm"
MAINTAINER="ponce"
EMAIL="matteo.bernardini@gmail.com"