wok-6.x view gtkspell-dev/receipt @ rev 4030

Update: module-init-tools (use of /etc/modprobe.conf is deprecated)
author Matthew Sheets <rcx@zoominternet.net>
date Sat Sep 05 15:15:14 2009 +0000 (2009-09-05)
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 }