contrib/enchant/Pkgfile

19 lines
466 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Generic Spell Checking Library.
2008-03-18 22:06:30 +11:00
# URL: http://www.abisource.com/enchant/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: aspell
2006-11-14 09:01:22 +10:00
name=enchant
2006-11-20 08:32:30 +10:00
version=1.3.0
2006-11-14 09:01:22 +10:00
release=1
2008-03-18 22:06:30 +11:00
source=(http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz)
2006-11-14 09:01:22 +10:00
build() {
2008-03-18 22:06:30 +11:00
cd enchant-$version
2006-11-20 07:26:53 +10:00
./configure --prefix=/usr
2008-03-18 22:06:30 +11:00
make
make DESTDIR=$PKG install
2006-11-14 09:01:22 +10:00
}
2008-03-18 22:06:30 +11:00