Magellan Linux

Annotation of /trunk/todo/kdesdk-kioslaves/kdesdk-kioslaves-4.14.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27794 - (hide annotations) (download)
Wed Apr 6 10:43:54 2016 UTC (8 years, 1 month ago) by niro
File size: 465 byte(s)
-moved to 'todo'
1 niro 26700 # $Id$
2    
3     PNAME="kdesdk-kioslaves"
4     PVER="4.14.3"
5     PBUILD="r2"
6    
7     DESCRIPTION="KDE4 KDED Subversion Module."
8    
9     DEPEND="== kde-base/kdebase-runtime-${PVER}
10     >= dev-util/subversion-1.8
11     >= dev-libs/apr-1.4"
12    
13     SDEPEND=">= dev-lang/perl-5.22"
14    
15     sminclude kde4
16    
17     src_compile()
18     {
19     cd ${SRCDIR}
20    
21     # tell kde where to find apr-config
22     kde4_configure \
23     $(cmake_opt APRCONFIG_EXECUTABLE /usr/bin/apr-1-config) \
24     $(cmake_with Perl) \
25     $(cmake_with SVN) \
26     || die
27    
28     mmake || die
29     }