wok-6.x annotate redshift/receipt @ rev 21565
updated wesnoth (1.10.3 -> 1.14.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 17 13:56:04 2019 +0100 (2019-05-17) |
parents | 7390f8de9846 |
children | cf4b0d959281 |
rev | line source |
---|---|
pascal@13360 | 1 # SliTaz package receipt. |
pascal@13360 | 2 |
pascal@13360 | 3 PACKAGE="redshift" |
pascal@13360 | 4 VERSION="1.7" |
pascal@13360 | 5 CATEGORY="misc" |
pascal@13360 | 6 SHORT_DESC="Color temperature adjustement." |
pascal@13360 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14999 | 8 LICENSE="GPL3" |
pascal@13360 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@20669 | 10 WEB_SITE="https://launchpad.net/redshift/" |
pascal@13360 | 11 WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL" |
pascal@13360 | 12 |
pascal@13360 | 13 DEPENDS="python" |
pascal@13360 | 14 BUILD_DEPENDS="wget python" |
pascal@13360 | 15 |
pascal@13360 | 16 # Rules to configure and make the package. |
pascal@13360 | 17 compile_rules() |
pascal@13360 | 18 { |
pascal@13360 | 19 ./configure --prefix=/usr \ |
pascal@13360 | 20 $CONFIGURE_ARGS && \ |
pascal@13360 | 21 make && make DESTDIR=$DESTDIR install |
pascal@13360 | 22 } |
pascal@13360 | 23 |
pascal@13360 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13360 | 25 genpkg_rules() |
pascal@13360 | 26 { |
pascal@13360 | 27 cp -a $install/* $fs |
pascal@13360 | 28 } |