wok view gtkspell-dev/receipt @ rev 3228

fix depends/build_depends
author Allan Pinto <allan316@gmail.com>
date Fri May 29 17:15:47 2009 +0000 (2009-05-29)
parents 403eee3905e8
children 659f5e0ed167
line source
1 # SliTaz package receipt.
3 PACKAGE="gtkspell-dev"
4 VERSION="2.0.15"
5 CATEGORY="development"
6 SHORT_DESC="provides highlighting and replacement of misspelled words"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="enchant"
9 WEB_SITE="http://gtkspell.sourceforge.net"
10 WANTED="gtkspell"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $_pkg/usr/include $fs/usr
19 }