wok annotate xflux/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents 4aed2b24febc
children 922f061231c2
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@15601 8 LICENSE="MIT"
pascal@13591 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13591 10 WEB_SITE="http://stereopsis.com/flux/linux.html"
pascal@13591 11 WGET_URL="git|git://github.com/Kilian/f.lux-indicator-applet.git"
pascal@13591 12
pascal@15601 13 DEPENDS=""
pascal@15601 14 BUILD_DEPENDS="git bzip2"
pascal@15601 15
pascal@13591 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13591 17 genpkg_rules()
pascal@13591 18 {
pascal@13591 19 mkdir -p $fs/usr/bin
pascal@13591 20 cp -a $src/$PACKAGE $fs/usr/bin
pascal@13591 21 }
pascal@13591 22