wok annotate fake-sane/receipt @ rev 18657

pypar2: add bdeps, tiny tweak; pcmanfm action: allow ": " inside name (for example, HDD volume name)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 03 02:34:35 2015 +0200 (2015-12-03)
parents 4ea96657834e
children caed28d90319
rev   line source
pascal@18238 1 # SliTaz package receipt.
pascal@18238 2
pascal@18238 3 PACKAGE="fake-sane"
pascal@18238 4 VERSION="1.0"
pascal@18238 5 CATEGORY="system-tools"
pascal@18240 6 SHORT_DESC="Fake scanimage output for tazpanel/sane.cgi."
pascal@18238 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18238 8 LICENSE="BSD"
pascal@18238 9 WEB_SITE="http://www.slitaz.org/"
pascal@18238 10
pascal@18238 11 DEPENDS="sane-backends tazpanel"
pascal@18238 12
pascal@18238 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18238 14 genpkg_rules()
pascal@18238 15 {
pascal@18238 16 mkdir -p $fs/var/www/tazpanel
pascal@18238 17 cp $stuff/* $fs/var/www/tazpanel/
pascal@18238 18 }