wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-bad-dev"
4 VERSION="0.10.20"
5 SERIES="0.10"
6 CATEGORY="development"
7 SHORT_DESC="gst-plugins-bad devel files"
8 MAINTAINER="jozee@slitaz.org"
9 WANTED="gst-plugins-bad"
10 WEB_SITE="http://gstreamer.freedesktop.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/lib/gstreamer-$SERIES
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
18 cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
19 }