1
0
forked from ports/contrib

19 lines
502 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Generic Spell Checking Library.
# URL: http://www.abisource.com/enchant/
2007-01-20 12:21:06 +10:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-20 07:26:53 +10:00
#
# 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
source=(http://www.abisource.com/downloads/$name/$version/$name-$version.tar.gz)
build() {
2006-11-20 07:26:53 +10:00
cd $name-$version
./configure --prefix=/usr
make && make DESTDIR=$PKG install
chown -R root:root $PKG
2006-11-14 09:01:22 +10:00
}