contrib/enchant/Pkgfile
2008-04-29 18:56:59 +10:00

19 lines
469 B
Plaintext

# Description: Generic Spell Checking Library.
# URL: http://www.abisource.com/enchant/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: aspell glib
name=enchant
version=1.3.0
release=1
source=(http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz)
build() {
cd enchant-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}