Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25399 - (hide annotations) (download)
Tue Nov 25 03:35:39 2014 UTC (9 years, 7 months ago) by niro
File size: 490 byte(s)
-release branches/R11-unstable
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 24044 SRCFILE="${PNAME}-${PVER}.tar.xz"
19 niro 24042
20 niro 24041 sminclude kde4
21    
22     # unusual uri-scheme
23     SRC_URI=(
24     kde://${PNAME}/${PVER}/src/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )