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

binutils: try a fix with --disable-initfini-array and --disable-werror for i486
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 16 13:26:47 2012 +0200 (2012-04-16)
parents 343f87ab9700
children 6a28480c81ec
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-python-dev"
4 VERSION="0.10.21"
5 SERIES="0.10"
6 CATEGORY="development"
7 SHORT_DESC="gst-python devel files"
8 MAINTAINER="jozee@slitaz.org"
9 DEPENDS="gst-python pygobject-dev"
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 }