wok view gst-plugins-good-dev/receipt @ rev 4830
Up: scite (2.01) - Add desktop file and remove html files
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jan 21 23:09:20 2010 +0100 (2010-01-21) |
parents | |
children | e645e3c5436d |
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-good-dev"
4 VERSION="0.10.14"
5 SERIES="0.10"
6 CATEGORY="development"
7 SHORT_DESC="gst-plugins-good devel files"
8 MAINTAINER="jozee@slitaz.org"
9 WANTED="gst-plugins-good"
10 WEB_SITE="http://gstreamer.freedesktop.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/gstreamer-$SERIES
16 cp -a $_pkg/usr/lib/gstreamer*/*.*a $fs/usr/lib/gstreamer*/
17 }