wok annotate labyrinth/receipt @ rev 22957

updated iptables and iptables-dev (1.4.21 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Feb 28 15:41:30 2020 +0100 (2020-02-28)
parents 16df76e1fc6a
children b569b85b0fb9
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"
pascal@20674 10 WEB_SITE="https://github.com/labyrinth-team/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 }