wok-next annotate xgamma/receipt @ rev 21431
updated ratpoison (1.4.5 -> 1.4.9)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 05 09:34:30 2020 +0100 (2020-05-05) |
parents | |
children |
rev | line source |
---|---|
al@21072 | 1 # SliTaz package receipt v2. |
al@21072 | 2 |
al@21072 | 3 PACKAGE="xgamma" |
al@21072 | 4 VERSION="1.0.6" |
al@21072 | 5 CATEGORY="x-window" |
al@21072 | 6 SHORT_DESC="Alter a monitor's gamma correction through the X server" |
al@21072 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@21072 | 8 LICENSE="MIT" |
al@21072 | 9 WEB_SITE="https://www.x.org/wiki/" |
al@21072 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" |
al@21072 | 11 |
al@21072 | 12 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@21072 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
al@21072 | 14 TARBALL_SHA1="af1484d0d70bc71dc9d3b7b95645881b7165c41b" |
al@21072 | 15 |
al@21072 | 16 BUILD_DEPENDS="util-macros libx11-dev libxxf86vm-dev xorgproto" |
al@21072 | 17 DEPENDS="libx11 libxxf86vm" |
al@21072 | 18 |
al@21072 | 19 compile_rules() { |
al@21072 | 20 ./configure $CONFIGURE_ARGS && |
al@21072 | 21 make && |
al@21072 | 22 make install |
al@21072 | 23 } |
al@21072 | 24 |
al@21072 | 25 TAGS="Xorg" |
al@21072 | 26 |
al@21072 | 27 PROVIDE="xorg-xgamma" |