wok annotate arandr/receipt @ rev 21977

updated strace (4.12 -> 5.3)
author Hans-G?nter Theisgen
date Fri Oct 11 17:00:40 2019 +0100 (2019-10-11)
parents 17c0ad41f5bf
children 2c74083aac19
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@20527 8 LICENSE="GPL3"
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@20598 14 BUILD_DEPENDS="pygtk-dev python-docutils xorg-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 }