Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25415 - (hide annotations) (download)
Tue Nov 25 03:36:53 2014 UTC (9 years, 6 months ago) by niro
File size: 673 byte(s)
-release branches/R11-unstable
1 niro 23886 # $Id$
2    
3     PNAME="kget"
4     PVER="4.14.3"
5     PBUILD="r1"
6    
7     DESCRIPTION="An advanced download manager for KDE4."
8    
9     # todo: libmms support
10     DEPEND="== kde-base/kdelibs-${PVER}
11     == kde-base/kdebase-workspace-${PVER}
12     == kde-base/kdepimlibs-${PVER}
13     >= kde-base/libktorrent-1.3
14     >= app-crypt/qca-2
15     >= app-crypt/gpgme-1.4
16     >= dev-db/sqlite-3.7
17     >= virtual/phonon"
18    
19     SDEPEND=">= dev-libs/boost-1.56"
20    
21     sminclude kde4
22    
23     kde4_add_nepomuk_depend "DEPEND" "== kde-base/nepomuk-widgets-${PVER}"
24    
25     src_compile()
26     {
27     cd ${SRCDIR}
28    
29     kde4_configure \
30     $(cmake_with KTorrent) \
31     $(cmake_with QCA2) \
32     $(cmake_with Sqlite) \
33     $(cmake_with Qgpgme) \
34     $(cmake_without LibMms) \
35     || die
36    
37     mmake || die
38     }