# SliTaz package receipt.

PACKAGE="pyroom"
VERSION="0.4.1"
CATEGORY="office"
SHORT_DESC="Full screen editor."
MAINTAINER="paul@slitaz.org"
DEPENDS="python pygtk python-xdg libffi"
BUILD_DEPENDS="python python-dev gettext"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://pyroom.org/"
WGET_URL="http://launchpad.net/pyroom/0.4/$VERSION/+download/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	python setup.py build &&
	python setup.py install --root=$PWD/_pkg
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs
	cp -a $_pkg/usr $fs
}