Magellan Linux

Annotation of /branches/R11-stable/extras/hunspell/hunspell-1.3.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21753 - (hide annotations) (download)
Mon Jul 21 09:44:12 2014 UTC (9 years, 10 months ago) by niro
File size: 677 byte(s)
-release branches/R11-stable
1 niro 21354 # $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     }