Magellan Linux

Annotation of /trunk/extras/kdevelop/kdevelop-4.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24042 - (hide annotations) (download)
Wed Feb 18 09:26:13 2015 UTC (9 years, 3 months ago) by niro
File size: 491 byte(s)
-fixed SRCFILE
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 niro 24042 SRCFILE="${PNAME}-v${PVER}.tar.xz"
19    
20 niro 24041 sminclude kde4
21    
22     # unusual uri-scheme
23     SRC_URI=(
24     kde://${PNAME}/${PVER}/src/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )