wok view xflux/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 4aed2b24febc
children 922f061231c2
line source
1 # SliTaz package receipt.
3 PACKAGE="xflux"
4 VERSION="1.1.8"
5 CATEGORY="x-window"
6 SHORT_DESC="f.lux for X."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://stereopsis.com/flux/linux.html"
11 WGET_URL="git|git://github.com/Kilian/f.lux-indicator-applet.git"
13 DEPENDS=""
14 BUILD_DEPENDS="git bzip2"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $src/$PACKAGE $fs/usr/bin
21 }