wok view pyroom/receipt @ rev 10999

Up: tree to 1.6.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 13 02:53:31 2011 +0000 (2011-10-13)
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 }