Magellan Linux

Annotation of /branches/magellan-next/extras/scim/scim-1.4.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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