Magellan Linux

Contents of /trunk/extras/enchant/enchant-1.5.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2783 - (show annotations) (download)
Fri Jul 10 19:07:17 2009 UTC (14 years, 10 months ago) by niro
File size: 658 byte(s)
auto added: ver bump to 1.5.0-r1
1 # $Id$
2
3 PNAME="enchant"
4 PVER="1.5.0"
5 PBUILD="r1"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="Enchant is a generic spell checking library."
11 HOMEPAGE="http://www.abisource.com/enchant/"
12
13 DEPEND=">= dev-libs/glib2-2.20
14 >= app-text/aspell-0.60"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://www.abisource.com/downloads/${PNAME}/${PVER}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure \
33 --enable-aspell \
34 --disable-myspell \
35 --disable-zemberek \
36 --disable-ispell \
37 || die
38
39 mmake || die
40 }

Properties

Name Value
svn:keywords Id