Magellan Linux

Contents of /branches/magellan-next/core/aspell/aspell-0.60.6.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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