Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8657 - (show annotations) (download)
Wed Jul 27 14:10:06 2011 UTC (12 years, 9 months ago) by niro
File size: 425 byte(s)
-fixed dependencies
1 # $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/kdebase4-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 )