Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7042 - (hide annotations) (download)
Tue Sep 28 09:54:23 2010 UTC (13 years, 8 months ago) by niro
File size: 340 byte(s)
imported from trunk
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     )