wok rev 16075

Add labyrinth
author Paul Issott <paul@slitaz.org>
date Fri Mar 14 20:40:30 2014 +0000 (2014-03-14)
parents fff2fdfa76f3
children 66dc81a8e443
files labyrinth/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/labyrinth/receipt	Fri Mar 14 20:40:30 2014 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="labyrinth"
     1.7 +VERSION="0.7a1"
     1.8 +CATEGORY="office"
     1.9 +SHORT_DESC="Labyrinth is a lightweight mind-mapping tool."
    1.10 +MAINTAINER="paul@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://code.google.com/p/labyrinth/"
    1.14 +WGET_URL="git|git://github.com/labyrinth-team/labyrinth"
    1.15 +
    1.16 +DEPENDS="python pygtk gtk+ python-xdg pycairo pygobject python-gconf"
    1.17 +BUILD_DEPENDS="bzip2 git python-dev pygtk-dev gtk+-dev pycairo-dev
    1.18 +pygobject-dev gettext"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	cd $src
    1.24 +	python setup.py install --root=$DESTDIR
    1.25 +	./install_data_files.sh DESTDIR=$DESTDIR
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	cp -a $install/usr $fs
    1.32 +}
    1.33 +