wok annotate gst-plugins-bad-dev/receipt @ rev 7481

Removed glibc-locale from abiword depends. Added soft link for /usr/share/pixmaps/abiword.png to /usr/share/icons/abiword_48.png. Fixed error when running abiword on command line.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 02:25:29 2010 +0000 (2010-12-02)
parents b69fa54df055
children f19556aebbff
rev   line source
jozee@2674 1 # SliTaz package receipt.
jozee@2674 2
jozee@2674 3 PACKAGE="gst-plugins-bad-dev"
slaxemulator@6757 4 VERSION="0.10.20"
jozee@2674 5 SERIES="0.10"
jozee@2674 6 CATEGORY="development"
jozee@2674 7 SHORT_DESC="gst-plugins-bad devel files"
jozee@2674 8 MAINTAINER="jozee@slitaz.org"
jozee@2674 9 WANTED="gst-plugins-bad"
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 $fs/usr/lib/gstreamer-$SERIES
jozee@2674 16 cp -a $_pkg/usr/include $fs/usr
jozee@2674 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
jozee@2674 18 cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
jozee@2674 19 }