wok-current annotate xflux/receipt @ rev 14810

Up: apr-util* (1.5.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:35:05 2013 +0200 (2013-07-17)
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