Magellan Linux

Annotation of /branches/R11-stable/extras/ark/ark-4.10.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18098 - (hide annotations) (download)
Thu Jun 27 08:10:45 2013 UTC (10 years, 10 months ago) by niro
File size: 616 byte(s)
-release branches/R11-stable
1 niro 17564 # $Id$
2    
3     PNAME="ark"
4     PVER="4.10.4"
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/soprano-2.9
14     >= dev-libs/qjson-0.8
15     >= sys-libs/zlib-1.2"
16    
17     sminclude kde4
18    
19     UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
20    
21     src_compile()
22     {
23     cd ${SRCDIR}
24    
25     kde4_configure \
26     $(cmake_with BZip2) \
27     $(cmake_with LibArchive) \
28     $(cmake_with LibLZMA) \
29     $(cmake_with QJSON) \
30     $(cmake_with ZLIB) \
31     || die
32    
33     mmake || die
34     }