Magellan Linux

Contents of /branches/R11-stable/extras/krdc/krdc-4.14.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24566 - (show annotations) (download)
Fri Feb 20 11:50:18 2015 UTC (9 years, 2 months ago) by niro
File size: 413 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="krdc"
4 PVER="4.14.3"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 client for Desktop Sharing."
8
9 # todo: telepathy support
10 DEPEND="== kde-base/kdebase-runtime-${PVER}
11 == kde-base/keditbookmarks-${PVER}
12 >= net-libs/libvncserver-0.9
13 >= net-misc/freerdp-1"
14
15 sminclude kde4
16
17 src_compile()
18 {
19 cd ${SRCDIR}
20
21 kde4_configure \
22 $(cmake_with LibVNCServer) \
23 $(cmake_without TelepathyQt4) \
24 || die
25
26 mmake || die
27 }