wok view xflux/receipt @ rev 14041

gst-plugins-good: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 18 16:15:19 2013 +0100 (2013-02-18)
parents
children 23c3aed67cd9
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 DEPENDS=""
9 BUILD_DEPENDS="git bzip2"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://stereopsis.com/flux/linux.html"
12 WGET_URL="git|git://github.com/Kilian/f.lux-indicator-applet.git"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $src/$PACKAGE $fs/usr/bin
19 }