32 lines
940 B
Bash
32 lines
940 B
Bash
# Template file for 'enchant'
|
|
pkgname=enchant
|
|
version=1.6.0
|
|
revision=7
|
|
build_style=gnu-configure
|
|
configure_args="--disable-zemberek --disable-ispell --disable-aspell
|
|
--with-myspell-dir=/usr/share/hunspell"
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="glib-devel hunspell-devel"
|
|
short_desc="Generic spell checking library"
|
|
homepage="http://www.abisource.com/projects/enchant/"
|
|
license="LGPL-2.1"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz"
|
|
checksum=2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f
|
|
patch_args="-Np1"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
enchant-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/enchant/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|