wok-current view midori-video/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents cb9ac999a97d
children 76b72f1ad63c
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="GPL"
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 }