wok-6.x annotate gst-plugins-full/receipt @ rev 19872
linld/tazboot: fix magic (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 30 18:01:42 2017 +0200 (2017-03-30) |
parents | 01010da01a4a |
children | e9d32d74d80b |
rev | line source |
---|---|
domcox@14091 | 1 # SliTaz package receipt. |
domcox@14091 | 2 |
domcox@14091 | 3 PACKAGE="gst-plugins-full" |
domcox@14091 | 4 VERSION="0.10.36" |
domcox@14091 | 5 CATEGORY="multimedia" |
domcox@14091 | 6 SHORT_DESC="Plays all multimedia files GStreamer is capable of" |
domcox@14091 | 7 MAINTAINER="domcox@slitaz.org" |
pascal@14653 | 8 LICENSE="LGPL" |
domcox@14091 | 9 WEB_SITE="www.slitaz.org" |
domcox@14091 | 10 |
psychomaniak@19130 | 11 DEPENDS="gstreamer gst-plugins-base gst-plugins-good gst-plugins-good-extra \ |
psychomaniak@19130 | 12 gst-plugins-bad gst-plugins-ugly gst-ffmpeg schroedinger libsdl x264" |
domcox@14091 | 13 |
domcox@14091 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@14091 | 15 genpkg_rules() |
domcox@14091 | 16 { |
domcox@14091 | 17 mkdir -p $fs/usr/share/doc |
domcox@14091 | 18 cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt |
domcox@14091 | 19 } |