Magellan Linux

Contents of /branches/magellan-next/extras/kdewebdev4/kdewebdev4-4.6.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8604 - (show annotations) (download)
Mon Jul 25 09:57:18 2011 UTC (12 years, 9 months ago) by niro
File size: 787 byte(s)
auto added: ver bump to 4.6.5-r1
1 # $Id$
2
3 PNAME="kdewebdev4"
4 PVER="4.6.5"
5 PBUILD="r1"
6
7 SDEPEND="== kde-base/kdebase4-runtime-${PVER}
8 == kde-base/kdepimlibs4-${PVER}
9 >= dev-lang/ruby-1.9
10 >= app-text/htmltidy-1.46"
11
12 SPLIT_PACKAGES="${PNAME}-kfilereplace
13 ${PNAME}-kimagemapeditor
14 ${PNAME}-klinkstatus
15 ${PNAME}-kommander"
16
17 sminclude kde4-split
18
19 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
20
21 split_info_kdewebdev4-klinkstatus()
22 {
23 DESCRIPTION="KDE4 link checker."
24 DEPEND="== kde-base/kdebase4-runtime-${PVER}
25 == kde-base/kdepimlibs4-${PVER}
26 >= app-text/htmltidy-1.46
27 >= dev-lang/ruby-1.9"
28 }
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 kde4_configure \
35 $(cmake_with LibTidy) \
36 $(cmake_with RUBY) \
37 $(cmake_with KdepimLibs) \
38 || die
39
40 mmake || die
41 }