Magellan Linux

Annotation of /branches/R11-stable/extras/aspell/aspell-0.60.6.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15067 - (hide annotations) (download)
Wed Jan 2 10:38:47 2013 UTC (11 years, 5 months ago) by niro
File size: 627 byte(s)
-release branches/R11-stable
1 niro 9807 # $Id$
2    
3     PNAME="aspell"
4     PVER="0.60.6.1"
5     PBUILD="r2"
6    
7 niro 10245 PCAT="app-text"
8 niro 9807
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     >= sys-libs/libstdc++-4.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     UP2DATE="updatecmd_gnu ${PNAME} gz"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     mconfigure \
32     --sysconfdir=/etc/aspell \
33     --enable-docdir=/usr/share/doc/${PNAME}-${PVER} \
34     || die
35    
36     mmake || die
37     }