SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gource"

# SliTaz package receipt.

PACKAGE="gource"
VERSION="0.37"
CATEGORY="development"
SHORT_DESC="software version control visualization"
MAINTAINER="slaxemulator@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://code.google.com/p/gource/"
WGET_URL="http://gource.googlecode.com/files/$TARBALL"

DEPENDS="ftgl libsdl libsdl-image pcre glew"
BUILD_DEPENDS="mesa-dev ftgl-dev libsdl-image-dev pcre-dev glew-dev libsdl-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure $CONFIGURE_ARGS && 
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/gource $fs/usr/share
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)