wok-6.x view arandr/receipt @ rev 23953

mrxvt-unicode: modified dependencies
author Hans-G?nter Theisgen
date Tue Sep 22 16:18:32 2020 +0100 (2020-09-22)
parents 21e68b90243a
children 9af0e03b8ad0
line source
1 # SliTaz package receipt.
3 PACKAGE="arandr"
4 VERSION="0.1.9"
5 CATEGORY="x-window"
6 SHORT_DESC="GTK+ interface for Xrandr."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://christian.amsuess.com/tools/arandr/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}files/$TARBALL"
14 DEPENDS="pygtk python xorg-xrandr"
15 BUILD_DEPENDS="pygtk-dev python-docutils xorg-xrandr"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }