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

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
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 }