Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26661 - (show annotations) (download)
Thu Jul 9 13:54:11 2015 UTC (8 years, 10 months ago) by niro
Original Path: trunk/extras/krdc/krdc-4.14.3-r2.smage2
File size: 415 byte(s)
auto added: ver bump to 4.14.3-r2
1 # $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 }