wok diff gst-plugins-base-dev/receipt @ rev 4815

Up: gtkhtml_viewer(0.26)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jan 19 01:08:25 2010 +0100 (2010-01-19)
parents
children b08597f40105
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gst-plugins-base-dev/receipt	Tue Jan 19 01:08:25 2010 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gst-plugins-base-dev"
     1.7 +VERSION="0.10.22"
     1.8 +SERIES="0.10"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="gst-pluginds-base devel files"
    1.11 +MAINTAINER="jozee@slitaz.org"
    1.12 +WANTED="gst-plugins-base"
    1.13 +WEB_SITE="http://gstreamer.freedesktop.org/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib $fs/usr/lib/gstreamer-$SERIES/
    1.19 +	cp -a $_pkg/usr/include $fs/usr
    1.20 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
    1.22 +	cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
    1.23 +}