summaryrefslogtreecommitdiff
path: root/community/gtkspell3
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-11 00:01:18 +0000
committerroot <root@rshg054.dnsready.net>2012-04-11 00:01:18 +0000
commit04aff5f70cb7c04abe06ca8eaf8261cbb0eeb378 (patch)
tree4935a4f0959f9560df7fba4989a0de1dc361884e /community/gtkspell3
parent223ca251f3ce07eb5484be845e631d6ca645b263 (diff)
Wed Apr 11 00:01:18 UTC 2012
Diffstat (limited to 'community/gtkspell3')
-rw-r--r--community/gtkspell3/PKGBUILD32
1 files changed, 32 insertions, 0 deletions
diff --git a/community/gtkspell3/PKGBUILD b/community/gtkspell3/PKGBUILD
new file mode 100644
index 000000000..35929803e
--- /dev/null
+++ b/community/gtkspell3/PKGBUILD
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 69145 2012-04-09 20:12:18Z bgyorgy $
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Roman Kyrylych <roman@archlinux.org>
+# Contributor: Ben <ben@benmazer.net>
+
+pkgname=gtkspell3
+_pkgname=gtkspell
+pkgver=3.0.0.hg20110814
+_pkgver=3.0.0~hg20110814
+pkgrel=1
+url="http://gtkspell.sourceforge.net/"
+pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'enchant')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://pkgbuild.com/~bgyorgy/sources/${pkgname}_$_pkgver.orig.tar.gz)
+md5sums=('7cebcfa281f1f21fcb419f559a3e9e56')
+
+build() {
+ cd "$srcdir/$_pkgname-3.0.0+dev"
+
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd "$srcdir/$_pkgname-3.0.0+dev"
+
+ make DESTDIR="$pkgdir" install
+}