SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "pyroom"

# 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
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)