wok view pyroom/receipt @ rev 13625

Up xine-lib (1.2.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 14 14:55:26 2012 +0100 (2012-11-14)
parents 210b89b3d6c2
children bf4a09ef1d2e
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 DEPENDS="python pygtk python-xdg libffi"
9 BUILD_DEPENDS="python python-dev gettext"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://pyroom.org/"
12 WGET_URL="http://launchpad.net/pyroom/0.4/$VERSION/+download/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py build &&
19 python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $_pkg/usr $fs
27 }