wok view gtkspell-dev/receipt @ rev 13436

Up: claws-mail-attremover(1.0.14)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:18:17 2012 +0200 (2012-10-07)
parents 84b2cb48bbeb
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="gtkspell-dev"
4 VERSION="2.0.16"
5 CATEGORY="development"
6 SHORT_DESC="provides highlighting and replacement of misspelled words"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="enchant-dev gtk+-dev gtkspell"
9 WEB_SITE="http://gtkspell.sourceforge.net"
10 WANTED="gtkspell"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 }