wok diff gst-plugins-ugly-dev/receipt @ rev 4937

add/improve TAGS h* receipts
author Rohit Joshi <jozee@slitaz.org>
date Tue Feb 16 14:01:36 2010 +0000 (2010-02-16)
parents
children 328ad128bd21
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gst-plugins-ugly-dev/receipt	Tue Feb 16 14:01:36 2010 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gst-plugins-ugly-dev"
     1.7 +VERSION="0.10.11"
     1.8 +SERIES="0.10"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="gst-plugins-ugly devel files"
    1.11 +MAINTAINER="jozee@slitaz.org"
    1.12 +WANTED="gst-plugins-ugly"
    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/gstreamer-$SERIES
    1.19 +	cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
    1.20 +	
    1.21 +}