Magellan Linux

Contents of /branches/magellan-next/extras/kdevplatform4/kdevplatform4-1.2.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8654 - (show annotations) (download)
Wed Jul 27 13:54:05 2011 UTC (12 years, 9 months ago) by niro
File size: 345 byte(s)
-added missing qjson dependency
1 # $Id$
2
3 PNAME="kdevplatform4"
4 PVER="1.2.3"
5 PBUILD="r1"
6
7 DESCRIPTION="Development Platform for C/C++ and KDE4."
8
9 DEPEND=">= kde-base/kdelibs4-4.6
10 >= dev-libs/boost-1.47
11 >= dev-libs/qjson-0.7
12 >= dev-util/subversion-1.6"
13
14 sminclude kde4
15
16 # unusual uri-scheme
17 SRC_URI=(
18 kde://kdevelop/4.${PVER#*.}/src/${SRCFILE}
19 mirror://${PNAME}/${SRCFILE}
20 )