wok view midori-video/receipt @ rev 19479

paper-icon-theme: update from git, make package a way smaller (remove HiDPI icons and shrink svg icons)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 01 04:02:18 2016 +0200 (2016-11-01)
parents c05d347e9bb5
children
line source
1 # SliTaz package receipt.
3 PACKAGE="midori-video"
4 VERSION="0.5.2"
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-ffmpeg-small"
14 SUGGESTED="gst-plugins-bad gst-ffmpeg"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/doc
20 cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt
21 }