Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1804 - (show annotations) (download)
Sat Jun 6 10:21:44 2009 UTC (14 years, 10 months ago) by niro
File size: 1055 byte(s)
auto added: ver bump to 3.5.4-r1
1 # $Id$
2
3 PNAME="kdevelop"
4 PVER="3.5.4"
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%.*}.10
14 >= kde-base/kdesdk-${PVER%.*}.10
15 >= virtual/java
16 >= dev-lang/perl-5.10
17 >= dev-lang/python-2.6
18 >= dev-lang/ruby-1.9
19 >= sys-dev/flex-2.5
20 >= dev-db/db-4.7"
21
22 SRCFILE="${PNAME}-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude python kde3
26
27 SRC_URI=(
28 kde://${PVER%.*}.10/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