Magellan Linux

Contents of /trunk/extras/kdevplatform/kdevplatform-1.4.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16053 - (show annotations) (download)
Mon Jan 21 15:37:46 2013 UTC (11 years, 4 months ago) by niro
File size: 555 byte(s)
auto added: ver bump to 1.4.1-r1
1 # $Id$
2
3 PNAME="kdevplatform"
4 PVER="1.4.1"
5 PBUILD="r1"
6
7 DESCRIPTION="Development Platform for C/C++ and KDE4."
8
9 DEPEND=">= kde-base/kdelibs-4.9
10 >= kde-base/kompare-4.9
11 >= dev-libs/soprano-2.9
12 >= dev-libs/qjson-0.8
13 >= dev-util/subversion-1.7"
14
15 SDEPEND=">= dev-libs/boost-1.51"
16
17 sminclude kde4
18
19 # unusual uri-scheme
20 SRC_URI=(
21 kde://kdevelop/4.${PVER#*.}/src/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd -listonly http://download.kde.org/stable/kdevelop | grep 'kdevelop/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p' | sed 's:4\.:1\.:'"
26