wok-current view gst-plugins-ugly-dev/receipt @ rev 14251

cookutils: remove mercurial dep, it add a lot of MB to the iso and is installed by a cooker setup
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 25 14:59:36 2013 +0100 (2013-03-25)
parents d6dc41dbec9a
children 6b114c055cce
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-ugly-dev"
4 VERSION="0.10.19"
5 SERIES="0.10"
6 CATEGORY="development"
7 SHORT_DESC="gst-plugins-ugly devel files"
8 MAINTAINER="jozee@slitaz.org"
9 WANTED="gst-plugins-ugly"
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 $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES
17 }