Magellan Linux

Contents of /trunk/extras/krfb/krfb-4.12.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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