From 2a2bc6ca4ccdd80363c32287be0227c21e5d07c8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sun, 23 May 2010 20:22:35 +0000 Subject: testing/gtkspell: new aport GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget http://gtkspell.sourceforge.net/ --- testing/gtkspell/APKBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 testing/gtkspell/APKBUILD (limited to 'testing') diff --git a/testing/gtkspell/APKBUILD b/testing/gtkspell/APKBUILD new file mode 100644 index 0000000000..7e8d2a1dcc --- /dev/null +++ b/testing/gtkspell/APKBUILD @@ -0,0 +1,24 @@ +# Maintainer: Natanael Copa +pkgname=gtkspell +pkgver=2.0.16 +pkgrel=0 +pkgdesc="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" +url="http://gtkspell.sourceforge.net/" +license="GPL" +makedepends="gtk+-dev enchant-dev intltool" +subpackages="$pkgname-dev $pkgname-doc" +source="http://$pkgname.sourceforge.net/download/$pkgname-$pkgver.tar.gz" + +depends_dev="gtk+-dev" +build() { + cd "$srcdir"/$pkgname-$pkgver + ./configure --prefix=/usr \ + || return 1 + make || return 1 +} + +package() { + cd "$srcdir"/$pkgname-$pkgver + make DESTDIR="$pkgdir" install || return 1 +} +md5sums="f75dcc9338f182c571b321d37c606a94 gtkspell-2.0.16.tar.gz" -- cgit v1.2.3