summaryrefslogtreecommitdiff
path: root/community/gtkspell3/PKGBUILD
blob: 35929803e61f71b19a321d4284ae179c410d565e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
}