# HG changeset patch # User Paul Issott # Date 1250943872 0 # Node ID fda9c1510e6440971faefe6bb5a28fe31d6aca22 # Parent 3fb934d8069c19249147bc9c83b9589faa387262 Add: pyroom diff -r 3fb934d8069c -r fda9c1510e64 pyroom/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyroom/receipt Sat Aug 22 12:24:32 2009 +0000 @@ -0,0 +1,28 @@ +# 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" +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 +} +