wok diff gst-plugins-bad-dev/receipt @ rev 3234

Add: xdg-utils
author Paul Issott <paul@slitaz.org>
date Fri May 29 19:36:14 2009 +0000 (2009-05-29)
parents
children 23e635893e0e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gst-plugins-bad-dev/receipt	Fri May 29 19:36:14 2009 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gst-plugins-bad-dev"
     1.7 +VERSION="0.10.11"
     1.8 +SERIES="0.10"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="gst-plugins-bad devel files"
    1.11 +MAINTAINER="jozee@slitaz.org"
    1.12 +WANTED="gst-plugins-bad"
    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/*.*a $fs/usr/lib/
    1.21 +	cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
    1.22 +}