2009-05-14 02:31:57 +02:00
|
|
|
# Template file for 'aspell'
|
|
|
|
pkgname=aspell
|
2012-01-31 18:00:22 +01:00
|
|
|
version=0.60.6.1
|
2014-11-04 11:42:11 +01:00
|
|
|
revision=7
|
2014-02-04 06:18:53 +01:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--enable-compile-in-filters"
|
2014-11-04 11:42:11 +01:00
|
|
|
hostmakedepends="automake libtool gettext-devel perl"
|
2014-02-04 06:18:53 +01:00
|
|
|
makedepends="ncurses-devel"
|
|
|
|
depends="perl"
|
2009-05-14 02:31:57 +02:00
|
|
|
short_desc="Spell checker with good multi-language support"
|
2013-03-30 11:50:16 +01:00
|
|
|
homepage="http://aspell.net/"
|
|
|
|
license="LGPL-2.1"
|
2009-05-14 02:31:57 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-12 08:55:23 +02:00
|
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
2012-01-31 18:00:22 +01:00
|
|
|
checksum=f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1
|
2013-05-15 11:06:48 +02:00
|
|
|
|
2014-11-04 11:42:11 +01:00
|
|
|
pre_configure() {
|
|
|
|
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
2013-05-15 11:06:48 +02:00
|
|
|
|
2013-04-12 08:55:23 +02:00
|
|
|
aspell-devel_package() {
|
2014-02-04 06:18:53 +01:00
|
|
|
depends="ncurses-devel libstdc++-devel aspell>=${version}_${revision}"
|
2013-05-15 11:06:48 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 08:55:23 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/bin/pspell-config
|
|
|
|
vmove usr/share/info
|
|
|
|
vmove usr/share/man/man1/pspell-config.1
|
2014-02-04 06:18:53 +01:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 08:55:23 +02:00
|
|
|
}
|
|
|
|
}
|