wok-6.x view gst-plugins-full/receipt @ rev 17875
Up: tazpkg (757): fix installed.info bug, please, make new ISO to check it up.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 27 10:42:34 2015 +0200 (2015-03-27) |
parents | cc0524a2800d |
children | b6a74775afd4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-full"
4 VERSION="0.10.36"
5 CATEGORY="multimedia"
6 SHORT_DESC="Plays all multimedia files GStreamer is capable of"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="www.slitaz.org"
11 DEPENDS="gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad \
12 gst-plugins-ugly gst-ffmpeg schroedinger libsdl x264"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/doc
18 cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt
19 }