Magellan Linux

Contents of /trunk/extras/aspell/aspell-0.60.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 697 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/aspell/aspell-0.60.6-r1.smage2,v 1.1 2008/04/18 21:25:48 niro Exp $
2
3 PNAME="aspell"
4 PVER="0.60.6"
5 PBUILD="r1"
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.6"
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 src_compile()
26 {
27 cd ${SRCDIR}
28
29 mconfigure \
30 --sysconfdir=/etc/aspell \
31 --disable-static \
32 --enable-docdir=/usr/share/doc/${PNAME}-${PVER} \
33 || die
34
35 mmake || die
36 }

Properties

Name Value
svn:keywords Id