wok 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 00faa09429d9
children 0a3ea4d05d07
files gtkspell-dev/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtkspell-dev/receipt	Thu May 28 11:53:01 2009 +0000
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtkspell"
     1.7 +VERSION="2.0.15"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="provides highlighting and replacement of misspelled words"
    1.10 +MAINTAINER="allan316@gmail.com"
    1.11 +DEPENDS="enchant"
    1.12 +BUILD_DEPENDS="enchant-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://gtkspell.sourceforge.net"
    1.15 +#WGET_URL="$WEB_SITE/download/$TARBALL"
    1.16 +WANTED="gtkspell"
    1.17 +
    1.18 +
    1.19 +
    1.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 +genpkg_rules()
    1.22 +{
    1.23 +	mkdir -p $fs/usr
    1.24 +	cp -a $_pkg/usr/include $fs/usr
    1.25 +}
    1.26 +