wok-6.x view redshift/receipt @ rev 19541
Up cookutils (843)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Dec 05 04:55:00 2016 +0200 (2016-12-05) |
parents | 2b9f96603415 |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="redshift"
4 VERSION="1.7"
5 CATEGORY="misc"
6 SHORT_DESC="Color temperature adjustement."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://launchpad.net/redshift/"
11 WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="wget python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr \
20 $CONFIGURE_ARGS && \
21 make && make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }