Magellan Linux

Annotation of /branches/R11-unstable/extras/kdevelop/kdevelop-4.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24041 - (hide annotations) (download)
Tue Feb 17 16:00:15 2015 UTC (9 years, 3 months ago) by niro
Original Path: trunk/extras/kdevelop/kdevelop-4.7.1-r1.smage2
File size: 455 byte(s)
auto added: ver bump to 4.7.1-r1
1 niro 24041 # $Id$
2    
3     PNAME="kdevelop"
4     PVER="4.7.1"
5     PBUILD="r1"
6    
7     DESCRIPTION="Integrated Development Environment (IDE) for C/C++ and KDE4."
8    
9     DEPEND=">= kde-base/kdebase-runtime-4.14
10     >= kde-base/kdevplatform-1.7
11     >= kde-base/okteta-4.14
12     >= kde-base/kompare-4.14
13     >= kde-base/konsole-4.14
14     >= kde-base/katepart-4.14"
15    
16     SDEPEND=">= dev-lang/perl-5.20"
17    
18     sminclude kde4
19    
20     # unusual uri-scheme
21     SRC_URI=(
22     kde://${PNAME}/${PVER}/src/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )