wok view gtkspell-dev/receipt @ rev 3511

change ohci_hcd for full hard disk install on usb disk
author Rohit Joshi <jozee@slitaz.org>
date Fri Jun 19 15:56:06 2009 +0000 (2009-06-19)
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 }