wok view midori-video/receipt @ rev 18168
syslinux: change some locales in the menu; update locale-* package set according to syslinux menu, add kbd (console keyboard) layouts.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jun 28 15:14:56 2015 +0300 (2015-06-28) |
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 }