Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7041 - (hide annotations) (download)
Tue Sep 28 09:54:13 2010 UTC (13 years, 7 months ago) by niro
File size: 367 byte(s)
imported from trunk
1 niro 5681 # $Id$
2    
3     PNAME="kdevelop4"
4     PVER="4.0.1"
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.4
12     >= kde-base/kdevplatform4-1.0.1
13     >= dev-lang/perl-5.10"
14    
15     sminclude kde4
16    
17     # unusual uri-scheme
18     SRC_URI=(
19     kde://${PNAME/4/}/${PVER}/src/${SRCFILE}
20     mirror://${PNAME}/${SRCFILE}
21     )