wok-next view midori-video/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 0e8dadf052b9
children 4e6503d7a19f
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 gstreamer0 gst0-plugins-base gst0-plugins-good \
12 gst0-ffmpeg-small"
14 SUGGESTED="gst0-plugins-bad gst0-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 }