wok annotate arandr/receipt @ rev 23985

linld: up to 60k for header.com
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 28 09:45:01 2020 +0000 (2020-11-28)
parents 21e68b90243a
children 9af0e03b8ad0
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"
Hans-G?nter@23942 6 SHORT_DESC="GTK+ interface for Xrandr."
pascal@20526 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20527 8 LICENSE="GPL3"
Hans-G?nter@23942 9 WEB_SITE="https://christian.amsuess.com/tools/arandr/"
Hans-G?nter@23942 10
pascal@20526 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20526 12 WGET_URL="${WEB_SITE}files/$TARBALL"
pascal@20526 13
Hans-G?nter@23942 14 DEPENDS="pygtk python xorg-xrandr"
pascal@20598 15 BUILD_DEPENDS="pygtk-dev python-docutils xorg-xrandr"
pascal@20526 16
pascal@20526 17 # Rules to configure and make the package.
pascal@20526 18 compile_rules()
pascal@20526 19 {
pascal@20526 20 ./setup.py install --root=$DESTDIR
pascal@20526 21 }
pascal@20526 22
pascal@20526 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20526 24 genpkg_rules()
pascal@20526 25 {
Hans-G?nter@23942 26 cp -a $install/usr $fs
pascal@20526 27 }