# HG changeset patch # User Paul Issott # Date 1452938094 0 # Node ID f83c9673175d1a74fafd45baa2aa5b8305e1a508 # Parent 1945b52217298943dc2fdd1084a9ef5749590450 Add pymux diff -r 1945b5221729 -r f83c9673175d pymux/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pymux/receipt Sat Jan 16 09:54:54 2016 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="pymux" +SOURCE="pymux" +VERSION="0.6" +CATEGORY="utilities" +SHORT_DESC="A terminal multiplexer (like tmux) in Python." +MAINTAINER="paul@slitaz.org" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://github.com/jonathanslenders/pymux" +WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" + +DEPENDS="python python-pyte python-prompt-toolkit python-docopt" +BUILD_DEPENDS="wget setuptools python-dev python-pyte python-prompt-toolkit python-docopt" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} +