Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24569 - (show annotations) (download)
Fri Feb 20 11:50:36 2015 UTC (9 years, 2 months ago) by niro
File size: 487 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="krfb"
4 PVER="4.14.3"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 Desktop Sharing server via VNC."
8
9 # todo: telepathy support
10 DEPEND="== kde-base/kdebase-runtime-${PVER}
11 >= net-libs/libvncserver-0.9
12 >= media-libs/libjpeg-8
13 >= sys-libs/zlib-1.2
14 >= x11-libs/libXdamage-1"
15
16 SDEPEND=">= x11-proto/scrnsaverproto-1"
17
18 sminclude kde4
19
20 src_compile()
21 {
22 cd ${SRCDIR}
23
24 kde4_configure \
25 $(cmake_with JPEG) \
26 $(cmake_with ZLIB) \
27 $(cmake_without TelepathyQt4) \
28 || die
29
30 mmake || die
31 }