Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8651 - (show annotations) (download)
Wed Jul 27 13:29:47 2011 UTC (12 years, 9 months ago) by niro
File size: 322 byte(s)
auto added: ver bump to 1.2.3-r1
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-util/subversion-1.6"
12
13 sminclude kde4
14
15 # unusual uri-scheme
16 SRC_URI=(
17 kde://kdevelop/4.${PVER#*.}/src/${SRCFILE}
18 mirror://${PNAME}/${SRCFILE}
19 )