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

Port changes from cooking wok: fake-sane, sane-backends.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 24 13:17:46 2018 +0200 (2018-01-24)
parents 37202ba4d7cd
children 041b55be61b4
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/"
pascal@18238 10
al@20428 11 compile_rules() {
al@20428 12 mkdir -p $fs/var/www/tazpanel/fake-sane
al@20428 13 cp $stuff/* $fs/var/www/tazpanel/fake-sane
al@20428 14 }
pascal@18238 15
al@20428 16 genpkg_rules() {
al@20428 17 copy @std
al@20428 18 DEPENDS="sane-backends tazpanel"
pascal@18238 19 }