wok view webdiapo/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents cd252d2e4a4d
children 669f61f44760
line source
1 # SliTaz package receipt.
3 PACKAGE="webdiapo"
4 VERSION="13"
5 CATEGORY="network"
6 SHORT_DESC="Tiny html slideshow."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://eleydet.free.fr/WebDiapo/"
11 TARBALL="WebDiapo_v$VERSION.zip"
12 WGET_URL="${WEB_SITE}pages/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/var/www
18 cp -a $src $fs/var/www/webdiapo
19 }
21 post_install()
22 {
23 cat <<EOT
24 Update /var/www/webdiapo/pages/ & /var/www/webdiapo/liste_diapos.js and try it:
25 $ tazweb --kiosk --notoolbar file:///var/www/webdiapo/index.html
26 EOT
27 }