wok annotate gst-plugins-ugly-dev/receipt @ rev 10717

Up: slitaz-boot-scripts (4.4) - WARNING: no more hwconf.sh and i18n.sh so we sed in rcS.conf to change that or next boot boot get lots of problem
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:23:13 2011 +0200 (2011-05-28)
parents 4238373f947a
children d6dc41dbec9a
rev   line source
jozee@2674 1 # SliTaz package receipt.
jozee@2674 2
jozee@2674 3 PACKAGE="gst-plugins-ugly-dev"
slaxemulator@10119 4 VERSION="0.10.18"
jozee@2674 5 SERIES="0.10"
jozee@2674 6 CATEGORY="development"
jozee@2674 7 SHORT_DESC="gst-plugins-ugly devel files"
jozee@2674 8 MAINTAINER="jozee@slitaz.org"
jozee@2674 9 WANTED="gst-plugins-ugly"
jozee@2674 10 WEB_SITE="http://gstreamer.freedesktop.org/"
jozee@2674 11
jozee@2674 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2674 13 genpkg_rules()
jozee@2674 14 {
jozee@2674 15 mkdir -p $fs/usr/lib/gstreamer-$SERIES
jozee@2674 16 cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
jozee@2674 17
jozee@2674 18 }