wok annotate xflux/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
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