wok annotate midori-video/receipt @ rev 21206
Add lbzip2 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 07 20:47:35 2019 +0200 (2019-04-07) |
parents | c05d347e9bb5 |
children |
rev | line source |
---|---|
domcox@14090 | 1 # SliTaz package receipt. |
domcox@14090 | 2 |
domcox@14090 | 3 PACKAGE="midori-video" |
psychomaniak@18847 | 4 VERSION="0.5.2" |
domcox@14090 | 5 CATEGORY="multimedia" |
domcox@14090 | 6 SHORT_DESC="Add video support to midori for html5 videos" |
domcox@14090 | 7 MAINTAINER="domcox@slitaz.org" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
domcox@14090 | 9 WEB_SITE="http://www.slitaz.org" |
domcox@14090 | 10 |
domcox@14090 | 11 DEPENDS="midori libwebkit-video gstreamer gst-plugins-base gst-plugins-good \ |
psychomaniak@19130 | 12 gst-ffmpeg-small" |
psychomaniak@19130 | 13 |
psychomaniak@19130 | 14 SUGGESTED="gst-plugins-bad gst-ffmpeg" |
domcox@14090 | 15 |
domcox@14090 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@14090 | 17 genpkg_rules() |
domcox@14090 | 18 { |
domcox@14090 | 19 mkdir -p $fs/usr/share/doc |
domcox@14090 | 20 cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt |
domcox@14090 | 21 } |
domcox@14090 | 22 |