# HG changeset patch # User Pascal Bellard # Date 1541584018 -3600 # Node ID 1c6593136e98cc5693855b2cb44c9bd158796c22 # Parent 0edf1de936ad17120f4482dde738f08512e811f7 Add arandr diff -r 0edf1de936ad -r 1c6593136e98 arandr/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/arandr/receipt Wed Nov 07 10:46:58 2018 +0100 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="arandr" +VERSION="0.1.9" +CATEGORY="x-window" +SHORT_DESC="GTK+ interface for Xrandr" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="https://christian.amsuess.com/tools/arandr/" +WGET_URL="${WEB_SITE}files/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="pygtk-dev python-docutils xrandr" + +# Rules to configure and make the package. +compile_rules() +{ + ./setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs/ +}