wok view pyroom/receipt @ rev 16570

Up: childsplay (2.6.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 18:33:57 2014 +0200 (2014-05-02)
parents dd8d1d85b596
children d3eb5f4b53ea
line source
1 # SliTaz package receipt.
3 PACKAGE="pyroom"
4 VERSION="0.4.1"
5 CATEGORY="office"
6 SHORT_DESC="Full screen editor."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://pyroom.org/"
11 WGET_URL="http://launchpad.net/pyroom/0.4/$VERSION/+download/$TARBALL"
13 DEPENDS="python pygtk python-xdg libffi"
14 BUILD_DEPENDS="python python-dev gettext"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py build &&
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs
28 cp -a $install/usr $fs
29 }