# HG changeset patch # User Pascal Bellard # Date 1456414979 -3600 # Node ID 455e425d9450a30eab7b015a3da09e3df480d076 # Parent 0d2e6c06ec25737de54965494e3ca1d02934fa96 Add webdiapo diff -r 0d2e6c06ec25 -r 455e425d9450 webdiapo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webdiapo/receipt Thu Feb 25 16:42:59 2016 +0100 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="webdiapo" +VERSION="1" +CATEGORY="network" +SHORT_DESC="Tiny html slideshow." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +TARBALL="WebDiapo_v$VERSION.zip" +WEB_SITE="http://eleydet.free.fr/WebDiapo/" +WGET_URL="${WEB_SITE}/$TARBALL" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/var/www + cp -a $src $fs/var/www/webdiapo +} + +post_install() +{ + cat <