Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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