Magellan Linux

Annotation of /branches/R11-stable/extras/kdevplatform/kdevplatform-1.5.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18681 - (hide annotations) (download)
Mon Aug 5 08:20:04 2013 UTC (10 years, 10 months ago) by niro
Original Path: trunk/extras/kdevplatform/kdevplatform-1.5.1-r1.smage2
File size: 556 byte(s)
auto added: ver bump to 1.5.1-r1
1 niro 18681 # $Id$
2    
3     PNAME="kdevplatform"
4     PVER="1.5.1"
5     PBUILD="r1"
6    
7     DESCRIPTION="Development Platform for C/C++ and KDE4."
8    
9     DEPEND=">= kde-base/kdelibs-4.10
10     >= kde-base/kompare-4.10
11     >= dev-libs/soprano-2.9
12     >= dev-libs/qjson-0.8
13     >= dev-util/subversion-1.8"
14    
15     SDEPEND=">= dev-libs/boost-1.53"
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\.:'"