wok-next view fake-sane/receipt @ rev 20833

prosody: what I see missing when I start the old prosody 0.9.4
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:03:23 2018 +0000 (2018-06-17)
parents 746d6d9ed619
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fake-sane"
4 VERSION="180124"
5 CATEGORY="system-tools"
6 SHORT_DESC="Fake scanimage output for tazpanel/sane.cgi"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
11 compile_rules() {
12 mkdir -p $install/var/www/tazpanel/fake-sane
13 cp $stuff/* $install/var/www/tazpanel/fake-sane
14 }
16 genpkg_rules() {
17 copy @std
18 DEPENDS="sane-backends tazpanel"
19 }