wok view gst-plugins-base-dev/receipt @ rev 2939

Up: libgpg-error-* (1.7)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri May 08 00:11:57 2009 +0200 (2009-05-08)
parents
children b08597f40105
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-base-dev"
4 VERSION="0.10.22"
5 SERIES="0.10"
6 CATEGORY="development"
7 SHORT_DESC="gst-pluginds-base devel files"
8 MAINTAINER="jozee@slitaz.org"
9 WANTED="gst-plugins-base"
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 $fs/usr/lib/gstreamer-$SERIES/
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
19 cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
20 }