Magellan Linux

Contents of /branches/R11-unstable/extras/kdevelop-php/kdevelop-php-1.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25401 - (show annotations) (download)
Tue Nov 25 03:35:49 2014 UTC (9 years, 5 months ago) by niro
File size: 516 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="kdevelop-php"
4 PVER="1.7.1"
5 PBUILD="r1"
6
7 DESCRIPTION="PHP language and documentation plugin for KDevelop."
8
9 DEPEND=">= kde-base/kdevelop-4.7"
10 SDEPEND=">= kde-base/kdevelop-pg-qt-1.0"
11
12 # use xz
13 SRCFILE="${PNAME}-${PVER}.tar.xz"
14
15 sminclude kde4
16
17 # unusual uri-scheme
18 SRC_URI=(
19 kde://kdevelop/4.${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\.:'"