Magellan Linux

Contents of /branches/magellan-next/core/aspell/aspell-0.60.6-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7498 - (show annotations) (download)
Tue Mar 15 22:35:22 2011 UTC (13 years, 1 month ago) by niro
File size: 699 byte(s)
auto added: ver bump to 0.60.6-r6
1 # $Id: aspell-0.60.6-r4.smage2 3614 2009-10-27 13:48:27Z niro $
2
3 PNAME="aspell"
4 PVER="0.60.6"
5 PBUILD="r6"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell."
11 HOMEPAGE="http://aspell.sourceforge.net/"
12
13 DEPEND=">= sys-libs/ncurses-5.8"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 gnu://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_gnu ${PNAME} gz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 mconfigure \
32 --sysconfdir=/etc/aspell \
33 --disable-static \
34 --enable-docdir=/usr/share/doc/${PNAME}-${PVER} \
35 || die
36
37 mmake || die
38 }