Magellan Linux

Annotation of /trunk/todo/krdc/krdc-4.14.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27849 - (hide annotations) (download)
Wed Apr 6 10:51:59 2016 UTC (8 years, 2 months ago) by niro
File size: 415 byte(s)
-moved to 'todo'
1 niro 26661 # $Id$
2    
3     PNAME="krdc"
4     PVER="4.14.3"
5     PBUILD="r2"
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.2"
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     }