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

Up: adeskbar to 0.4.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 21 03:35:12 2010 +0000 (2010-10-21)
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 }