wok-next annotate redshift/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
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"
al@21020 6 SHORT_DESC="Color temperature adjustement"
pascal@13360 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="https://launchpad.net/redshift/"
al@21020 10
pascal@13360 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13360 12 WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"
pascal@13360 13
al@21078 14 BUILD_DEPENDS="python libxrandr-dev"
pascal@13360 15
al@21020 16 compile_rules() {
al@21020 17 ./configure \
al@21020 18 --prefix=/usr \
al@21020 19 $CONFIGURE_ARGS &&
al@21020 20 make &&
al@21020 21 make DESTDIR=$install install
pascal@13360 22 }
pascal@13360 23
al@21020 24 genpkg_rules() {
pascal@13360 25 cp -a $install/* $fs
al@21020 26 DEPENDS="python"
pascal@13360 27 }