Magellan Linux

Annotation of /trunk/todo/kdevelop/kdevelop-4.7.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27801 - (hide annotations) (download)
Wed Apr 6 10:44:32 2016 UTC (8 years, 2 months ago) by niro
File size: 490 byte(s)
-moved to 'todo'
1 niro 26753 # $Id$
2    
3     PNAME="kdevelop"
4     PVER="4.7.1"
5     PBUILD="r2"
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.22"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.xz"
19    
20     sminclude kde4
21    
22     # unusual uri-scheme
23     SRC_URI=(
24     kde://${PNAME}/${PVER}/src/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )