hunspell: update to 1.3.2 (SONAME bump).

This commit is contained in:
Juan RP 2014-02-04 06:14:14 +01:00
parent ed72c6b4c7
commit 63fe33c8c0
3 changed files with 18 additions and 19 deletions

View File

@ -1461,3 +1461,4 @@ libatomic_ops.so.0 libatomic_ops-7.2e_1
libbfb.so.0 libbfb-0.24_1 libbfb.so.0 libbfb-0.24_1
libmulticobex.so.1 libmulticobex-0.24_1 libmulticobex.so.1 libmulticobex-0.24_1
libobexftp.so.0 libobexftp-0.24_1 libobexftp.so.0 libobexftp-0.24_1
libhunspell-1.3.so.0 libhunspell-1.3.2_1

View File

@ -1,36 +1,33 @@
# Template file for 'hunspell' # Template file for 'hunspell'
pkgname=hunspell pkgname=hunspell
version=1.2.8 version=1.3.2
revision=6 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-ui" configure_args="--with-ui"
makedepends="pkg-config bison libstdc++-devel ncurses-devel" hostmakedepends="pkg-config bison"
short_desc="Improved spellchecker" makedepends="ncurses-devel"
short_desc="An Improved spellchecker"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=af563e13646620e608052b46974e10d0fc3e4d48b1b996f9771cbfac6dfc3c38
homepage="http://hunspell.sourceforge.net" homepage="http://hunspell.sourceforge.net"
license="GPL-2, LGPL, MPL" license="GPL-2, LGPL, MPL"
long_desc=" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
Hunspell is the default spell checker of OpenOffice.org office suite checksum=b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd
and expectant spell checker of Mozilla Firefox and Thunderbird.
Main features: libhunspell_package() {
short_desc+=" - runtime library"
* Unicode support. pkg_install() {
* Conditional and multiple affixes for languages with rich morphology. vmove "usr/lib/*.so.*"
* Extended compound word support. }
* Morphological analysis (in custom item and arrangement style). }
* Hunspell is based on MySpell and works also with MySpell dictionaries.
* GPL/LGPL/MPL tri-license."
hunspell-devel_package() { hunspell-devel_package() {
depends="libstdc++-devel ncurses-devel hunspell>=${version}" depends="libstdc++-devel ncurses-devel lib${sourcepkg}>=${version}_${revision}"
short_desc+=" -- development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.a" vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share/man/man3 vmove usr/share/man/man3
} }
} }

1
srcpkgs/libhunspell Symbolic link
View File

@ -0,0 +1 @@
hunspell