wok view arandr/receipt @ rev 20923

updated flam3-dev again (3.0 -> 3.1.1)
author Hans-G?nter Theisgen
date Fri Mar 01 17:51:41 2019 +0100 (2019-03-01)
parents 17c0ad41f5bf
children 2c74083aac19
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://christian.amsuess.com/tools/arandr/"
11 WGET_URL="${WEB_SITE}files/$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="pygtk-dev python-docutils xorg-xrandr"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs/
26 }