wok view fake-sane/receipt @ rev 20011
Add: description.txt and links revision.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 03 07:12:33 2017 -0300 (2017-08-03) |
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 }