Magellan Linux

Annotation of /branches/R11-stable/extras/hunspell/hunspell-1.3.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9813 - (hide annotations) (download)
Thu Jan 12 01:31:43 2012 UTC (12 years, 5 months ago) by niro
Original Path: branches/magellan-next/extras/hunspell/hunspell-1.3.2-r2.smage2
File size: 639 byte(s)
-added missing libstdc++ dependency
1 niro 9813 # $Id$
2    
3     PNAME="hunspell"
4     PVER="1.3.2"
5     PBUILD="r2"
6    
7     PCATEGORIE="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.2
14     >= sys-libs/libstdc++-4.6"
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     UP2DATE="updatecmd ${HOMEPAGE} | firsttarball"
29    
30     src_compile()
31     {
32     cd ${SRCDIR}
33    
34     mconfigure --enable-nls --with-ui --with-readline || die
35     mmake || die
36     }