Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25450 - (show annotations) (download)
Tue Nov 25 03:46:56 2014 UTC (9 years, 5 months ago) by niro
File size: 487 byte(s)
-release branches/R11-unstable
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 }