wok annotate webdiapo/receipt @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
parents cd252d2e4a4d
children 669f61f44760
rev   line source
pascal@18928 1 # SliTaz package receipt.
pascal@18928 2
pascal@18928 3 PACKAGE="webdiapo"
Hans-G?nter@22123 4 VERSION="13"
pascal@18928 5 CATEGORY="network"
pascal@18928 6 SHORT_DESC="Tiny html slideshow."
pascal@18928 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18928 8 LICENSE="GPL"
Hans-G?nter@22123 9 WEB_SITE="http://eleydet.free.fr/WebDiapo/"
Hans-G?nter@22123 10
pascal@18928 11 TARBALL="WebDiapo_v$VERSION.zip"
pascal@18929 12 WGET_URL="${WEB_SITE}pages/$TARBALL"
pascal@18928 13
pascal@18928 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18928 15 genpkg_rules()
pascal@18928 16 {
pascal@18928 17 mkdir -p $fs/var/www
pascal@18928 18 cp -a $src $fs/var/www/webdiapo
pascal@18928 19 }
pascal@18928 20
pascal@18928 21 post_install()
pascal@18928 22 {
pascal@18928 23 cat <<EOT
pascal@18928 24 Update /var/www/webdiapo/pages/ & /var/www/webdiapo/liste_diapos.js and try it:
pascal@18928 25 $ tazweb --kiosk --notoolbar file:///var/www/webdiapo/index.html
pascal@18928 26 EOT
pascal@18928 27 }