Magellan Linux

Annotation of /branches/magellan-next/extras/kdevelop4/kdevelop4-4.2.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8655 - (hide annotations) (download)
Wed Jul 27 14:03:35 2011 UTC (12 years, 10 months ago) by niro
File size: 442 byte(s)
auto added: ver bump to 4.2.3-r1
1 niro 8655 # $Id$
2    
3     PNAME="kdevelop4"
4     PVER="4.2.3"
5     PBUILD="r1"
6    
7     STATE="unstable"
8    
9     DESCRIPTION="Integrated Development Environment (IDE) for C/C++ and KDE4."
10    
11     DEPEND=">= kde-base/kdebase-workspace-4.6
12     >= kde-base/kdevplatform4-1.2.3
13     >= kde-base/kdesdk4-okteta-4.6
14     >= kde-base/kdesdk4-kompare-4.6"
15    
16     SDEPEND=">= dev-lang/perl-5.14"
17    
18     sminclude kde4
19    
20     # unusual uri-scheme
21     SRC_URI=(
22     kde://${PNAME/4/}/${PVER}/src/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )