wok annotate arandr/receipt @ rev 20526

Add arandr
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 07 10:46:58 2018 +0100 (2018-11-07)
parents
children 17c0ad41f5bf
rev   line source
pascal@20526 1 # SliTaz package receipt.
pascal@20526 2
pascal@20526 3 PACKAGE="arandr"
pascal@20526 4 VERSION="0.1.9"
pascal@20526 5 CATEGORY="x-window"
pascal@20526 6 SHORT_DESC="GTK+ interface for Xrandr"
pascal@20526 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20526 8 LICENSE="GPL"
pascal@20526 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20526 10 WEB_SITE="https://christian.amsuess.com/tools/arandr/"
pascal@20526 11 WGET_URL="${WEB_SITE}files/$TARBALL"
pascal@20526 12
pascal@20526 13 DEPENDS="python"
pascal@20526 14 BUILD_DEPENDS="pygtk-dev python-docutils xrandr"
pascal@20526 15
pascal@20526 16 # Rules to configure and make the package.
pascal@20526 17 compile_rules()
pascal@20526 18 {
pascal@20526 19 ./setup.py install --root=$DESTDIR
pascal@20526 20 }
pascal@20526 21
pascal@20526 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20526 23 genpkg_rules()
pascal@20526 24 {
pascal@20526 25 cp -a $install/usr $fs/
pascal@20526 26 }