Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8605 - (hide annotations) (download)
Mon Jul 25 09:58:26 2011 UTC (12 years, 10 months ago) by niro
File size: 745 byte(s)
-fixed CMAKE config vars
1 niro 8604 # $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 niro 8605 kde4_configure $(cmake_with LibTidy) $(cmake_with RUBY) || die
35 niro 8604 mmake || die
36     }