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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 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 }