summaryrefslogtreecommitdiffstats
path: root/enchant/Pkgfile
blob: 56e68b6a7a33768d7bbf309e9286687a32ea9dd9 (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
# Description: Generic Spell Checking Library.
# URL: http://www.abisource.com/enchant/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: aspell, dbus-glib
# Run on: aspell,dbus-glib

name=enchant
version=1.6.0
release=1
source=(http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz)

build() {
	cd enchant-$version

	./configure \
		--prefix=/usr \
		--mandir=/usr/share/man \
		--disable-static \
		--disable-dependency-tracking

	make
	make DESTDIR=$PKG install
	chmod a-x $PKG/usr/lib/*.so
}