wok-next annotate xflux/receipt @ rev 14251

cookutils: remove mercurial dep, it add a lot of MB to the iso and is installed by a cooker setup
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 25 14:59:36 2013 +0100 (2013-03-25)
parents
children 23c3aed67cd9
rev   line source
pascal@13591 1 # SliTaz package receipt.
pascal@13591 2
pascal@13591 3 PACKAGE="xflux"
pascal@13591 4 VERSION="1.1.8"
pascal@13591 5 CATEGORY="x-window"
pascal@13591 6 SHORT_DESC="f.lux for X."
pascal@13591 7 MAINTAINER="paul@slitaz.org"
pascal@13591 8 DEPENDS=""
pascal@13591 9 BUILD_DEPENDS="git bzip2"
pascal@13591 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13591 11 WEB_SITE="http://stereopsis.com/flux/linux.html"
pascal@13591 12 WGET_URL="git|git://github.com/Kilian/f.lux-indicator-applet.git"
pascal@13591 13
pascal@13591 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13591 15 genpkg_rules()
pascal@13591 16 {
pascal@13591 17 mkdir -p $fs/usr/bin
pascal@13591 18 cp -a $src/$PACKAGE $fs/usr/bin
pascal@13591 19 }
pascal@13591 20