Added hunspell-1.2.8 template.
--HG-- extra : convert_revision : 9c0c935f83e9e5382b67aa7350adf9af84ff34d9
This commit is contained in:
parent
9b2ee77d2f
commit
1a5374ba26
4 changed files with 52 additions and 0 deletions
1
templates/hunspell-devel
Symbolic link
1
templates/hunspell-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
hunspell
|
2
templates/hunspell/depends
Normal file
2
templates/hunspell/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=1.2.8
|
||||
api_depends=${abi_depends}
|
20
templates/hunspell/devel.template
Normal file
20
templates/hunspell/devel.template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'hunspelll-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run hunspelll
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mkdir -p ${DESTDIR}/usr/share/man
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
||||
}
|
29
templates/hunspell/template
Normal file
29
templates/hunspell/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'hunspell'
|
||||
pkgname=hunspell
|
||||
sourcepkg=$pkgname
|
||||
version=1.2.8
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-ui"
|
||||
short_desc="Improved spellchecker"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=af563e13646620e608052b46974e10d0fc3e4d48b1b996f9771cbfac6dfc3c38
|
||||
long_desc="
|
||||
Hunspell is the default spell checker of OpenOffice.org office suite
|
||||
and expectant spell checker of Mozilla Firefox and Thunderbird.
|
||||
|
||||
Main features:
|
||||
|
||||
* Unicode support.
|
||||
* Conditional and multiple affixes for languages with rich morphology.
|
||||
* 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."
|
||||
|
||||
# XXX Add ncursesw dependency
|
||||
subpackages="devel"
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build bison
|
||||
Add_dependency full glibc
|
||||
Add_dependency full ncurses
|
Loading…
Reference in a new issue