wok view midori-video/receipt @ rev 15639

Down rack (1.3.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 09 20:33:37 2013 +0000 (2013-12-09)
parents 01010da01a4a
children c05d347e9bb5
line source
1 # SliTaz package receipt.
3 PACKAGE="midori-video"
4 VERSION="0.5.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="Add video support to midori for html5 videos"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.slitaz.org"
11 DEPENDS="midori libwebkit-video gstreamer gst-plugins-base gst-plugins-good \
12 gst-plugins-bad gst-ffmpeg"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/doc
19 cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt
20 }