wok-next annotate fake-sane/receipt @ rev 21386

updated nfs-utils (1.3.0 -> 2.4.3)
author Hans-G?nter Theisgen
date Fri Apr 17 13:40:22 2020 +0100 (2020-04-17)
parents d958fec46c9f
children
rev   line source
al@20428 1 # SliTaz package receipt v2.
pascal@18238 2
pascal@18238 3 PACKAGE="fake-sane"
al@20428 4 VERSION="180124"
pascal@18238 5 CATEGORY="system-tools"
al@20428 6 SHORT_DESC="Fake scanimage output for tazpanel/sane.cgi"
pascal@18238 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18238 8 LICENSE="BSD"
pascal@18238 9 WEB_SITE="http://www.slitaz.org/"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
pascal@18238 12
al@20428 13 compile_rules() {
al@20430 14 mkdir -p $install/var/www/tazpanel/fake-sane
al@20430 15 cp $stuff/* $install/var/www/tazpanel/fake-sane
al@20428 16 }
pascal@18238 17
al@20428 18 genpkg_rules() {
al@20428 19 copy @std
al@20428 20 DEPENDS="sane-backends tazpanel"
pascal@18238 21 }