Magellan Linux

Contents of /trunk/extras/scim/scim-1.4.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4931 - (show annotations) (download)
Wed Feb 17 10:17:07 2010 UTC (14 years, 3 months ago) by niro
File size: 798 byte(s)
auto added: ver bump to 1.4.9-r1
1 # $Id$
2
3 PNAME="scim"
4 PVER="1.4.9"
5 PBUILD="r1"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) development platform."
11 HOMEPAGE="http://www.scim-im.org/"
12
13 DEPEND=">= x11-libs/libX11-1.3
14 >= dev-libs/glib2-2.22
15 >= dev-libs/atk-1.28
16 >= x11-libs/pango-1.26
17 >= x11-libs/gtk2+-2.18"
18
19 SDEPEND=">= x11-libs/libXt-1
20 >= dev-lang/perl-5.10
21 >= dev-util/pkgconfig-0.23
22 >= dev-util/intltool-0.40
23 >= sys-dev/libtool-2.2"
24
25 SRCFILE="${PNAME}-${PVER}.tar.gz"
26 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27
28 sminclude mbuild
29
30 SRC_URI=(
31 sourceforge://${PNAME}/${SRCFILE}
32 mirror://${PNAME}/${SRCFILE}
33 )
34
35 UP2DATE="updatecmd_sourceforge ${PNAME}"
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40
41 mconfigure --enable-ld-version-script --without-doxygen || die
42 mmake || die
43 }

Properties

Name Value
svn:keywords Id