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

asterisk: build chan_dahdi.so
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 11 23:53:05 2009 +0100 (2009-12-11)
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	Fri Dec 11 23:53:05 2009 +0100
     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 +}