wok annotate redshift/receipt @ rev 22553
updated blender again (2.81 -> 2.81a)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 04 14:20:08 2020 +0100 (2020-01-04) |
parents | a78610b2eb47 |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@13360 | 1 # SliTaz package receipt. |
pascal@13360 | 2 |
pascal@13360 | 3 PACKAGE="redshift" |
Hans-G?nter@21838 | 4 VERSION="1.12" |
pascal@13360 | 5 CATEGORY="misc" |
Hans-G?nter@21838 | 6 SHORT_DESC="Screen color temperature adjustement." |
pascal@13360 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14999 | 8 LICENSE="GPL3" |
pascal@20669 | 9 WEB_SITE="https://launchpad.net/redshift/" |
Hans-G?nter@21838 | 10 |
Hans-G?nter@21838 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
Hans-G?nter@21838 | 12 WGET_URL="https://github.com/jonls/$PACKAGE/releases/download/v$VERSION/$TARBALL" |
pascal@13360 | 13 |
pascal@13360 | 14 DEPENDS="python" |
Hans-G?nter@21838 | 15 BUILD_DEPENDS="python" |
pascal@13360 | 16 |
pascal@13360 | 17 # Rules to configure and make the package. |
pascal@13360 | 18 compile_rules() |
pascal@13360 | 19 { |
Hans-G?nter@21838 | 20 ./configure \ |
Hans-G?nter@21838 | 21 --prefix=/usr \ |
Hans-G?nter@21838 | 22 $CONFIGURE_ARGS && |
Hans-G?nter@21838 | 23 make && |
Hans-G?nter@21838 | 24 make DESTDIR=$DESTDIR install |
pascal@13360 | 25 } |
pascal@13360 | 26 |
pascal@13360 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13360 | 28 genpkg_rules() |
pascal@13360 | 29 { |
pascal@13360 | 30 cp -a $install/* $fs |
pascal@13360 | 31 } |