Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6778 - (show annotations) (download)
Wed Sep 22 14:02:27 2010 UTC (13 years, 7 months ago) by niro
File size: 633 byte(s)
imported from trunk
1 # $Id$
2
3 PNAME="hunspell"
4 PVER="1.2.8"
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.0"
15
16 SDEPEND=">= sys-dev/gettext-0.17"
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_sourceforge qalculate ${PNAME}"
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure --enable-nls --with-ui --with-readline || die
35 mmake || die
36 }

Properties

Name Value
svn:keywords Id