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

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
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 }