Magellan Linux

Contents of /trunk/extras/kdevelop/kdevelop-3.5.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1152 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/kdevelop/kdevelop-3.5.1-r1.smage2,v 1.2 2008/04/06 09:24:51 niro Exp $
2
3 PNAME="kdevelop"
4 PVER="3.5.1"
5 PBUILD="r1"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="Integrated Development Environment (IDE) for C/C++ and KDE."
11 HOMEPAGE="http://www.kde.org/"
12
13 DEPEND=">= kde-base/kdebase-${PVER/.1/.9}
14 >= kde-base/kdesdk-${PVER/.1/.9}
15 >= virtual/java
16 >= dev-lang/perl-5.10
17 >= dev-lang/python-2.5
18 >= dev-lang/ruby-1.8.6
19 >= sys-dev/flex-2.5
20 >= dev-db/db-4.6"
21
22 SRCFILE="${PNAME}-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude python kde3
26
27 SRC_URI=(
28 kde://${PVER/.1/.9}/src/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 # added --disable-final to fix compilation
37 # see http://lists.kde.org/?l=kdevelop-devel&m=116656876024244&w=2
38 # and following answers
39 kde3_configure \
40 --disable-final \
41 --enable-javasupport \
42 --with-java=${JAVA_HOME} \
43 --enable-scripting \
44 --with-pythondir=/usr/$(mlibdir)/python$(get_python_version) \
45 --enable-ruby \
46 --with-arts \
47 --with-kdelibsdoxy-dir=${KDEDIR}/share/doc/HTML/en/kdelibs-apidocs \
48 || die
49
50 mmake || die
51 }

Properties

Name Value
svn:keywords Id