Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10810 - (hide annotations) (download)
Fri Feb 3 13:12:48 2012 UTC (12 years, 4 months ago) by niro
Original Path: trunk/extras/hunspell/hunspell-1.3.2-r2.smage2
File size: 649 byte(s)
-import from magellan-next
1 niro 9813 # $Id$
2    
3     PNAME="hunspell"
4     PVER="1.3.2"
5     PBUILD="r2"
6    
7 niro 10810 PCAT="app-text"
8 niro 9813
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 niro 9814 mconfigure --disable-rpath --enable-nls --with-ui --with-readline || die
35 niro 9813 mmake || die
36     }