wok-6.x view pyroom/receipt @ rev 3980
Upgrade: libsoup (2.27.4 to 2.27.91)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu Aug 27 11:19:09 2009 +0000 (2009-08-27) |
parents | fda9c1510e64 |
children | dd8d1d85b596 |
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"
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 }