aboutsummaryrefslogtreecommitdiffstats
path: root/main/gtkspell/APKBUILD
blob: b9cecc9d1411545fe1a209fec7b240d4d66fbe37 (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
# 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/"
arch="x86 x86_64"
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"