Magellan Linux

Contents of /branches/R11-unstable/extras/hunspell/hunspell-1.3.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25310 - (show annotations) (download)
Tue Nov 25 03:25:36 2014 UTC (9 years, 5 months ago) by niro
File size: 677 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="hunspell"
4 PVER="1.3.3"
5 PBUILD="r1"
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-5.9
13 >= sys-libs/readline-6.3
14 >= sys-libs/libstdc++-4.8"
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 }