wok-current annotate xflux/receipt @ rev 14054

virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author ernia <monghitri@aruba.it>
date Tue Feb 19 20:23:53 2013 +0000 (2013-02-19)
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