Magellan Linux

Annotation of /trunk/core/aspell/aspell-0.60.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1513 - (hide annotations) (download)
Sun May 10 16:47:01 2009 UTC (15 years ago) by niro
File size: 642 byte(s)
auto added: ver bump to 0.60.6-r2
1 niro 1513 # $Id$
2    
3     PNAME="aspell"
4     PVER="0.60.6"
5     PBUILD="r2"
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.7"
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     }

Properties

Name Value
svn:keywords Id