Magellan Linux

Annotation of /trunk/extras/kdebindings4/kdebindings4-4.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1916 - (hide annotations) (download)
Tue Jun 9 21:42:39 2009 UTC (14 years, 11 months ago) by niro
File size: 792 byte(s)
auto added: ver bump to 4.2.4-r1
1 niro 1916 # $Id$
2    
3     PNAME="kdebindings4"
4     PVER="4.2.4"
5     PBUILD="r1"
6    
7     STATE="unstable"
8    
9     DESCRIPTION="KDE4 bindings for various programming languages."
10    
11     DEPEND=">= kde-base/kdelibs4-${PVER}
12     >= kde-base/kdepimlibs4-${PVER}
13     >= x11-libs/gtk1+-1.2.10
14     >= dev-lang/python-2.6
15     >= dev-lang/perl-5.10
16     >= dev-lang/ruby-1.9
17     >= virtual/java-jdk
18     >= dev-python/pyqt4-4.5"
19    
20     # pull in perl as last to get perl's {pre,post}install {pre,post}remove
21     sminclude kde4 python perl
22    
23     UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
24    
25     src_compile()
26     {
27     cd ${SRCDIR}
28    
29     # sip/pyqt/pykde built separately, not here
30     kde4_configure \
31     $(cmake_with OpenGL) \
32     $(cmake_with Ruby) \
33     $(cmake_without PythonLibrary) \
34     $(cmake_without SIP) \
35     || die
36    
37     mmake || die
38     }

Properties

Name Value
svn:keywords Id