wok view libmpd-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 370eb8b7f05e
children 4904e3d374a9
line source
1 # SliTaz package receipt.
3 PACKAGE="libmpd-dev"
4 VERSION="0.20.0"
5 CATEGORY="development"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="libmpd devel library."
8 WANTED="libmpd"
9 WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 }