wok-6.x diff gst-plugins-full/receipt @ rev 14211
Up: libfirefox (17.0.4esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sat Mar 16 21:29:51 2013 +0100 (2013-03-16) |
parents | |
children | 01010da01a4a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gst-plugins-full/receipt Sat Mar 16 21:29:51 2013 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gst-plugins-full" 1.7 +VERSION="0.10.36" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="Plays all multimedia files GStreamer is capable of" 1.10 +MAINTAINER="domcox@slitaz.org" 1.11 +LICENSE="lgpl" 1.12 +WEB_SITE="www.slitaz.org" 1.13 + 1.14 +DEPENDS="gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad \ 1.15 +gst-plugins-ugly gst-ffmpeg schroedinger libsdl x264" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/share/doc 1.21 + cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt 1.22 +}