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

gpa: force rebuild (with space) -> cooker used older,local version of gpgme 1.9.0, now 1.11.1 available
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 08:55:33 2018 +0000 (2018-06-09)
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 }