wok view gst-python-dev/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents b69fa54df055
children 343f87ab9700
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-python-dev"
4 VERSION="0.10.19"
5 SERIES="0.10"
6 CATEGORY="development"
7 SHORT_DESC="gst-python devel files"
8 MAINTAINER="jozee@slitaz.org"
9 DEPENDS="gst-python"
10 WANTED="gst-python"
11 WEB_SITE="http://gstreamer.freedesktop.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 }