wok-6.x view arandr/receipt @ rev 21348
updated libxklavier and libxklavier-dev again (5.0 -> 5.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 20 16:45:16 2019 +0100 (2019-04-20) |
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 }