wok-next annotate midori-video/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 4e6503d7a19f
children
rev   line source
domcox@14090 1 # SliTaz package receipt.
domcox@14090 2
domcox@14090 3 PACKAGE="midori-video"
psychomaniak@18847 4 VERSION="0.5.2"
domcox@14090 5 CATEGORY="multimedia"
domcox@14090 6 SHORT_DESC="Add video support to midori for html5 videos"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
al@21020 9 WEB_SITE="http://www.slitaz.org/"
al@20884 10 REPOLOGY="midori"
domcox@14090 11
al@19821 12 DEPENDS="midori libwebkit-video gstreamer0 gst0-plugins-base gst0-plugins-good \
al@21020 13 gst0-ffmpeg-small"
psychomaniak@19130 14
al@19821 15 SUGGESTED="gst0-plugins-bad gst0-ffmpeg"
domcox@14090 16
al@21020 17 genpkg_rules() {
domcox@14090 18 mkdir -p $fs/usr/share/doc
domcox@14090 19 cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt
domcox@14090 20 }