Magellan Linux

Contents of /trunk/extras/hunspell/hunspell-1.3.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27252 - (show annotations) (download)
Tue Dec 8 10:15:40 2015 UTC (8 years, 6 months ago) by niro
File size: 677 byte(s)
-c++11 abi and ncureses-6.0 rebuild
1 # $Id$
2
3 PNAME="hunspell"
4 PVER="1.3.3"
5 PBUILD="r2"
6
7 PCAT="app-text"
8
9 DESCRIPTION="Spell checker and morphological analyzer library and program."
10 HOMEPAGE="http://hunspell.sourceforge.net/"
11
12 DEPEND=">= sys-libs/ncurses-6.0
13 >= sys-libs/readline-6.3
14 >= sys-libs/libstdc++-5.3"
15
16 SDEPEND=">= sys-dev/gettext-0.18"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 sourceforge://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2TARBALL="${PNAME}"
29 UP2DATE="updatecmd_sourceforge ${PNAME} Hunspell gz"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 mconfigure --disable-rpath --enable-nls --with-ui --with-readline || die
36 mmake || die
37 }