wok annotate labyrinth/receipt @ rev 18995

Add: PeaZip 6.0.0 Env:GTK2 - (peazip.org).
author Leonardo Laporte <hackdorte@sapo.pt>
date Sat Mar 19 01:26:01 2016 -0300 (2016-03-19)
parents 81be8b6332d0
children eeba7ab1dffe
rev   line source
paul@16075 1 # SliTaz package receipt.
paul@16075 2
paul@16075 3 PACKAGE="labyrinth"
paul@16075 4 VERSION="0.7a1"
paul@16075 5 CATEGORY="office"
paul@16075 6 SHORT_DESC="Labyrinth is a lightweight mind-mapping tool."
paul@16075 7 MAINTAINER="paul@slitaz.org"
paul@16075 8 LICENSE="GPL2"
paul@16075 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@16075 10 WEB_SITE="http://code.google.com/p/labyrinth/"
paul@16075 11 WGET_URL="git|git://github.com/labyrinth-team/labyrinth"
paul@16075 12
paul@16075 13 DEPENDS="python pygtk gtk+ python-xdg pycairo pygobject python-gconf"
al@18077 14 BUILD_DEPENDS="bzip2 git python-dev pygtk-dev gtk+-dev pycairo-dev \
paul@16075 15 pygobject-dev gettext"
paul@16075 16
paul@16075 17 # Rules to configure and make the package.
paul@16075 18 compile_rules()
paul@16075 19 {
paul@16075 20 python setup.py install --root=$DESTDIR
paul@16075 21 ./install_data_files.sh DESTDIR=$DESTDIR
paul@16075 22 }
paul@16075 23
paul@16075 24 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@16075 25 genpkg_rules()
paul@16075 26 {
paul@16075 27 cp -a $install/usr $fs
paul@16075 28 }