Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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