Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25118 - (hide annotations) (download)
Tue Nov 25 03:04:24 2014 UTC (9 years, 6 months ago) by niro
File size: 529 byte(s)
-release branches/R11-unstable
1 niro 23827 # $Id$
2    
3     PNAME="ark"
4     PVER="4.14.3"
5     PBUILD="r1"
6    
7     DESCRIPTION="KDE4 archiving tool."
8    
9     DEPEND="== kde-base/kdebase-runtime-${PVER}
10     == kde-base/kdebase-lib-${PVER}
11     >= virtual/phonon
12     >= app-arch/libarchive-3
13     >= dev-libs/qjson-0.8
14     >= sys-libs/zlib-1.2"
15    
16     sminclude kde4
17    
18     kde4_add_nepomuk_depend "DEPEND" ">= dev-libs/soprano-2.9"
19    
20     src_compile()
21     {
22     cd ${SRCDIR}
23    
24     kde4_configure \
25     $(cmake_with BZip2) \
26     $(cmake_with LibArchive) \
27     $(cmake_with LibLZMA) \
28     $(cmake_with QJSON) \
29     $(cmake_with ZLIB) \
30     || die
31    
32     mmake || die
33     }