wok-6.x view redshift/receipt @ rev 22202
updated xorg-libX11 and xorg-libX11-dev (1.5.99.902 -> 1.6.9)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 11:31:48 2019 +0100 (2019-11-11) |
parents | a78610b2eb47 |
children | 5ea0ce1cecc0 |
line source
1 # SliTaz package receipt.
3 PACKAGE="redshift"
4 VERSION="1.12"
5 CATEGORY="misc"
6 SHORT_DESC="Screen color temperature adjustement."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://launchpad.net/redshift/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://github.com/jonls/$PACKAGE/releases/download/v$VERSION/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --prefix=/usr \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }