graphics/gource: Updated for version 0.38
Also noted changed dependency Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ed83ed881e
commit
c018cefa57
|
@ -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
|
tree at the times they contributed to the project. Currently there
|
||||||
is first party support for Git, Mercurial and Bazaar, and third party
|
is first party support for Git, Mercurial and Bazaar, and third party
|
||||||
(using additional steps) for CVS and SVN.
|
(using additional steps) for CVS and SVN.
|
||||||
|
|
||||||
This requires ftgl, available at slackbuilds.org.
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# generated by grissiom's sbo-dev-helper
|
# generated by grissiom's sbo-dev-helper
|
||||||
|
|
||||||
PRGNAM=gource
|
PRGNAM=gource
|
||||||
VERSION=${VERSION:-0.28}
|
VERSION=${VERSION:-0.38}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -71,9 +71,7 @@ make
|
||||||
make install-strip DESTDIR=$PKG
|
make install-strip DESTDIR=$PKG
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a \
|
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
$DOCS \
|
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="gource"
|
PRGNAM="gource"
|
||||||
VERSION="0.28"
|
VERSION="0.38"
|
||||||
HOMEPAGE="http://code.google.com/p/gource/"
|
HOMEPAGE="http://code.google.com/p/gource/"
|
||||||
DOWNLOAD="http://gource.googlecode.com/files/gource-0.28.tar.gz"
|
DOWNLOAD="http://gource.googlecode.com/files/gource-0.38.tar.gz"
|
||||||
MD5SUM="82cadbd7791cff913970a63d63d894ff"
|
MD5SUM="6584241879dbb6dfaecc6ae6b58ad38c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ftgl"
|
REQUIRES="glm"
|
||||||
MAINTAINER="ponce"
|
MAINTAINER="ponce"
|
||||||
EMAIL="matteo.bernardini@gmail.com"
|
EMAIL="matteo.bernardini@gmail.com"
|
||||||
|
|
Loading…
Reference in New Issue