wok annotate redshift/receipt @ rev 22147

updated xalan-c and xalan-c-dev (1.10.0 -> 1.11)
author Hans-G?nter Theisgen
date Wed Nov 06 16:26:14 2019 +0100 (2019-11-06)
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 }