Magellan Linux

Annotation of /branches/R11-unstable/extras/krdc/krdc-4.14.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25447 - (hide annotations) (download)
Tue Nov 25 03:46:43 2014 UTC (9 years, 5 months ago) by niro
File size: 413 byte(s)
-release branches/R11-unstable
1 niro 23883 # $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     }