wok view fake-sane/receipt @ rev 19700

Mv grub/stuff/splash.xpm.gz to slitaz-configs to have a splash image on HD install
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 14 11:23:11 2017 +0100 (2017-02-14)
parents 4ea96657834e
children caed28d90319
line source
1 # SliTaz package receipt.
3 PACKAGE="fake-sane"
4 VERSION="1.0"
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 DEPENDS="sane-backends tazpanel"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/var/www/tazpanel
17 cp $stuff/* $fs/var/www/tazpanel/
18 }