Magellan Linux

Contents of /branches/magellan-next/extras/hunspell/hunspell-1.3.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8522 - (show annotations) (download)
Thu Jul 21 13:16:07 2011 UTC (12 years, 10 months ago) by niro
File size: 612 byte(s)
auto added: ver bump to 1.3.2-r1
1 # $Id$
2
3 PNAME="hunspell"
4 PVER="1.3.2"
5 PBUILD="r1"
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
15 SDEPEND=">= sys-dev/gettext-0.18"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 sourceforge://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd ${HOMEPAGE} | firsttarball"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 mconfigure --enable-nls --with-ui --with-readline || die
34 mmake || die
35 }