
Receipt for package "pyroom"
# SliTaz package receipt. PACKAGE="pyroom" VERSION="0.4.1" CATEGORY="office" SHORT_DESC="Full screen editor." MAINTAINER="paul@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://launchpad.net/pyroom/" WGET_URL="https://launchpad.net/pyroom/${VERSION%.*}/$VERSION/+download/$TARBALL" DEPENDS="python pygtk python-xdg libffi" BUILD_DEPENDS="python python-dev gettext" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/atest version/!d;s|.*is ||;q' } # Rules to configure and make the package. compile_rules() { python setup.py build && python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs cp -a $install/usr $fs }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)