SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "labyrinth"

# SliTaz package receipt.

PACKAGE="labyrinth"
VERSION="0.7a1"
CATEGORY="office"
SHORT_DESC="Labyrinth is a lightweight mind-mapping tool."
MAINTAINER="paul@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="https://github.com/labyrinth-team/labyrinth"
WGET_URL="git|git://github.com/labyrinth-team/labyrinth"

DEPENDS="python pygtk gtk+ python-xdg pycairo pygobject python-gconf"
BUILD_DEPENDS="bzip2 git python-dev pygtk-dev gtk+-dev pycairo-dev \
pygobject-dev gettext"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    python setup.py install --root=$DESTDIR
    ./install_data_files.sh DESTDIR=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/usr $fs
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)