wok annotate gst-plugins-base-dev/receipt @ rev 14141

libmnl*: add 1.0.3
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Mar 01 08:37:16 2013 -0800 (2013-03-01)
parents 42f346a44029
children fea76b7e8c62
rev   line source
jozee@2674 1 # SliTaz package receipt.
jozee@2674 2
jozee@2674 3 PACKAGE="gst-plugins-base-dev"
domcox@14018 4 VERSION="0.10.36"
jozee@2674 5 SERIES="0.10"
jozee@2674 6 CATEGORY="development"
domcox@14018 7 SHORT_DESC="gst-plugins-base devel files"
jozee@2674 8 MAINTAINER="jozee@slitaz.org"
slaxemulator@6868 9 DEPENDS="gst-plugins-base"
jozee@2674 10 WANTED="gst-plugins-base"
jozee@2674 11 WEB_SITE="http://gstreamer.freedesktop.org/"
jozee@2674 12
jozee@2674 13 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2674 14 genpkg_rules()
jozee@2674 15 {
domcox@14018 16 mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share
pascal@14034 17 cp -a $install/usr/include $fs/usr
pascal@14034 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@14034 19 cp -a $install/usr/lib/*.*a $fs/usr/lib/
pascal@14034 20 cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES
pascal@14034 21 cp -a $install/usr/share/gir-1.0 $fs/usr/share
jozee@2674 22 }