summaryrefslogtreecommitdiff
path: root/community/gtkspell3
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gtkspell3
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gtkspell3')
-rw-r--r--community/gtkspell3/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/gtkspell3/PKGBUILD b/community/gtkspell3/PKGBUILD
deleted file mode 100644
index 9d761e88a..000000000
--- a/community/gtkspell3/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 92677 2013-06-12 04:09:55Z bgyorgy $
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Roman Kyrylych <roman@archlinux.org>
-# Contributor: Ben <ben@benmazer.net>
-
-pkgname=gtkspell3
-pkgver=3.0.3
-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' 'gobject-introspection' 'vala')
-options=('!libtool')
-source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('58f68a0fe9007d9a3d6092b222689320')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}