Magellan Linux

Contents of /trunk/extras/gtkspell/gtkspell-2.0.11-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2780 - (show annotations) (download)
Fri Jul 10 18:53:36 2009 UTC (14 years, 9 months ago) by niro
File size: 943 byte(s)
-moved to 'extras'
1 # $Header: /magellan-cvs/smage/gtkspell/gtkspell-2.0.11-r6.smage2,v 1.1 2008/04/03 08:08:50 niro Exp $
2
3 PNAME="gtkspell"
4 PVER="2.0.11"
5 PBUILD="r6"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget."
11 HOMEPAGE="http://gtkspell.sourceforge.net/"
12
13 DEPEND=">= x11-libs/gtk2+-2.12
14 >= app-text/aspell-0.60"
15
16 SDEPEND=">= sys-apps/sed-4"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 http://gtkspell.sourceforge.net/download/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${PNAME}-2.0.4-docbookx.patch
27 )
28
29 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32 cd ${SRCDIR}
33
34 # fix gtk-2 doc check
35 sed -i "s:GTKDOC=true::" configure || die
36 mpatch -Np1 ${PNAME}-2.0.4-docbookx.patch || die
37 }
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42 mconfigure --disable-gtk-doc || die
43 mmake || die
44 }

Properties

Name Value
svn:keywords Id