Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27816 - (show annotations) (download)
Wed Apr 6 10:46:54 2016 UTC (8 years, 1 month ago) by niro
File size: 673 byte(s)
-moved to 'todo'
1 # $Id$
2
3 PNAME="kget"
4 PVER="4.14.3"
5 PBUILD="r2"
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.8
17 >= virtual/phonon"
18
19 SDEPEND=">= dev-libs/boost-1.57"
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 }