Magellan Linux

Annotation of /branches/magellan-next/extras/kdevplatform4/kdevplatform4-1.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5680 - (hide annotations) (download)
Mon Aug 2 15:18:01 2010 UTC (13 years, 10 months ago) by niro
Original Path: trunk/extras/kdevplatform4/kdevplatform4-1.0.1-r1.smage2
File size: 340 byte(s)
auto added: ver bump to 1.0.1-r1
1 niro 5680 # $Id$
2    
3     PNAME="kdevplatform4"
4     PVER="1.0.1"
5     PBUILD="r1"
6    
7     STATE="unstable"
8    
9     DESCRIPTION="Development Platform for C/C++ and KDE4."
10    
11     DEPEND=">= kde-base/kdelibs4-4.4
12     >= dev-libs/boost-1.40
13     >= dev-util/subversion-1.6"
14    
15     sminclude kde4
16    
17     # unusual uri-scheme
18     SRC_URI=(
19     kde://kdevelop/4.${PVER#*.}/src/${SRCFILE}
20     mirror://${PNAME}/${SRCFILE}
21     )