Magellan Linux

Annotation of /branches/branch-xorg18/extras/enchant/enchant-1.5.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3696 - (hide annotations) (download)
Fri Oct 30 12:48:05 2009 UTC (14 years, 7 months ago) by niro
Original Path: trunk/extras/enchant/enchant-1.5.0-r2.smage2
File size: 921 byte(s)
auto added: ver bump to 1.5.0-r2
1 niro 3696 # $Id$
2    
3     PNAME="enchant"
4     PVER="1.5.0"
5     PBUILD="r2"
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.22
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     mirror://${PNAME}/${PNAME}-${PVER}-multilib.patch
25     )
26    
27     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
28    
29     src_prepare()
30     {
31     munpack ${SRCFILE} || die
32     cd ${SRCDIR}
33    
34     # fixes issues on multilib systems
35     mpatch ${PNAME}-${PVER}-multilib.patch || die
36     # rebuild configure
37     autoreconf --verbose --install --force || die
38     }
39    
40     src_compile()
41     {
42     cd ${SRCDIR}
43    
44     mconfigure \
45     --enable-aspell \
46     --disable-myspell \
47     --disable-zemberek \
48     --disable-ispell \
49     || die
50    
51     mmake || die
52     }

Properties

Name Value
svn:keywords Id