Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6815 - (show annotations) (download)
Wed Sep 22 17:02:34 2010 UTC (13 years, 8 months ago) by niro
File size: 691 byte(s)
auto added: ver bump to 1.2.12-r1
1 # $Id: hunspell-1.2.8-r1.smage2 4941 2010-02-17 18:22:39Z niro $
2
3 PNAME="hunspell"
4 PVER="1.2.12"
5 PBUILD="r1"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="Spell checker and morphological analyzer library and program."
11 HOMEPAGE="http://hunspell.sourceforge.net/"
12
13 DEPEND=">= sys-libs/ncurses-5.7
14 >= sys-libs/readline-6.1"
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 gz"
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure --enable-nls --with-ui --with-readline || die
35 mmake || die
36 }