wok view arandr/receipt @ rev 24330

updated atftp and atftpd (0.7.2 -> 0.7.5)
author Hans-G?nter Theisgen
date Thu Jan 27 15:48:06 2022 +0100 (2022-01-27)
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 }