Magellan Linux

Contents of /branches/R11-stable/extras/kdevelop-python/kdevelop-python-1.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24521 - (show annotations) (download)
Fri Feb 20 11:44:42 2015 UTC (9 years, 2 months ago) by niro
File size: 582 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="kdevelop-python"
4 PVER="1.7.1"
5 PBUILD="r1"
6
7 DESCRIPTION="Python language and documentation plugin for KDevelop."
8
9 DEPEND=">= kde-base/kdevelop-4.7
10 >= dev-lang/python-2.7"
11
12 SDEPEND=">= kde-base/kdevelop-pg-qt-1.0"
13
14 SRCFILE="kdev-python-${PVER}.tar.xz"
15 SRCDIR="${BUILDDIR}/kdev-python-${PVER}"
16
17 sminclude kde4
18
19 # unusual uri-scheme
20 SRC_URI=(
21 kde://kdevelop/4.${PVER#*.}/src/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd -listonly http://download.kde.org/stable/kdevelop | grep 'kdevelop/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p' | sed 's:4\.:1\.:'"