wok-current view gtkspell-dev/receipt @ rev 7833
Fix: get-LibreOffice - because v1.0 never works, right?
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Mon Dec 27 00:48:31 2010 +0000 (2010-12-27) |
parents | 659f5e0ed167 |
children | d4b159e1110b |
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 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 $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 }