wok view enchant-dev/receipt @ rev 6576

Removed %U in mplayer.desktop. This fixes opening video files with spaces in name and path.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 08 18:09:30 2010 +0000 (2010-10-08)
parents
children cb7d3e73c9fa
line source
1 # SliTaz package receipt.
3 PACKAGE="enchant-dev"
4 VERSION="1.4.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Enchant spell checking library."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="enchant"
9 WEB_SITE="http://www.abisource.com/projects/enchant/"
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/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/lib/enchant $fs/usr/lib
18 rm $fs/usr/lib/enchant/*.so
19 cp -a $_pkg/usr/include $fs/usr
20 }