Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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