wok view gtkspell-dev/receipt @ rev 3205

added devel files for gtkspell
author Allan Pinto <allan316@gmail.com>
date Thu May 28 11:53:01 2009 +0000 (2009-05-28)
parents
children 68700e4636f7
line source
1 # SliTaz package receipt.
3 PACKAGE="gtkspell"
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 BUILD_DEPENDS="enchant-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://gtkspell.sourceforge.net"
12 #WGET_URL="$WEB_SITE/download/$TARBALL"
13 WANTED="gtkspell"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr
21 cp -a $_pkg/usr/include $fs/usr
22 }