summaryrefslogtreecommitdiffstats
path: root/testing/gtkspell/APKBUILD
blob: 7e8d2a1dccd628e915fad0431a8c9050260a7e7e (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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"