summaryrefslogtreecommitdiffstats
path: root/gtkspell/Pkgfile
blob: 98908274b9b7171f46f8249ca70367ffe424c13c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Highlighting and replacement of misspelled words
# URL: http://gtkspell.sourceforge.net/
# Packager: thierryn1 at hispeed dot ch
# Maintainer: NuTyX core team
# Depends on: gtk, aspell, enchant, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama
# Run on: gtk,aspell,enchant

name=gtkspell
version=2.0.16
release=1
source=(http://gtkspell.sourceforge.net/download/$name-$version.tar.gz)

build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}