wok-current view fake-sane/receipt @ rev 24307
slitaz-boot-scripts: update
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Jan 17 12:42:24 2022 -0500 (2022-01-17) |
parents | 37202ba4d7cd |
children |
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/fake-sane
17 cp $stuff/* $fs/var/www/tazpanel/fake-sane
18 }