wok-6.x diff redshift/receipt @ rev 23009
samba: update deps (thanks mistfire)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 03 08:04:44 2020 +0100 (2020-03-03) |
parents | a78610b2eb47 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/redshift/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/redshift/receipt Tue Mar 03 08:04:44 2020 +0100 1.3 @@ -1,24 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="redshift" 1.7 -VERSION="1.7" 1.8 +VERSION="1.12" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="Color temperature adjustement." 1.11 +SHORT_DESC="Screen color temperature adjustement." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL3" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="https://launchpad.net/redshift/" 1.16 -WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL" 1.17 + 1.18 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.19 +WGET_URL="https://github.com/jonls/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.20 1.21 DEPENDS="python" 1.22 -BUILD_DEPENDS="wget python" 1.23 +BUILD_DEPENDS="python" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - ./configure --prefix=/usr \ 1.29 - $CONFIGURE_ARGS && \ 1.30 - make && make DESTDIR=$DESTDIR install 1.31 + ./configure \ 1.32 + --prefix=/usr \ 1.33 + $CONFIGURE_ARGS && 1.34 + make && 1.35 + make DESTDIR=$DESTDIR install 1.36 } 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg.