wok-next diff labyrinth/receipt @ rev 17358
Add asterisk-speech-recog
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 18 21:43:05 2014 +0100 (2014-11-18) |
parents | |
children | 16df76e1fc6a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/labyrinth/receipt Tue Nov 18 21:43:05 2014 +0100 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 +