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

passenger: Added apache-dev to bdeps.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 27 17:06:05 2011 +0000 (2011-05-27)
parents 065dd5076f8a
children 6de39b76edc6
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-base-dev"
4 VERSION="0.10.34"
5 SERIES="0.10"
6 CATEGORY="development"
7 SHORT_DESC="gst-pluginds-base devel files"
8 MAINTAINER="jozee@slitaz.org"
9 DEPENDS="gst-plugins-base"
10 WANTED="gst-plugins-base"
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 $fs/usr/lib/gstreamer-$SERIES/
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
20 cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
21 cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
22 }