Magellan Linux

Contents of /branches/R11-stable/extras/libktorrent/libktorrent-1.3.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18088 - (show annotations) (download)
Thu Jun 27 06:59:52 2013 UTC (10 years, 10 months ago) by niro
File size: 545 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libktorrent"
4 PVER="1.3.1"
5 PBUILD="r2"
6
7 DESCRIPTION="A BitTorrent protocol implementation for KDE4."
8
9 DEPEND=">= kde-base/kdelibs-4.10"
10
11 SDEPEND=">= dev-libs/boost-1.53
12 >= app-text/docbook-xml-dtd42-4.2
13 >= app-text/docbook-xsl-stylesheets-1.76
14 >= kde-base/automoc4-0.9.88"
15
16 SRCFILE="${PNAME}-${PVER}.tar.bz2"
17
18 sminclude kde4
19
20 KTORRENT_PVER="4.${PVER#*.}"
21
22 SRC_URI=(
23 http://ktorrent.org/downloads/${KTORRENT_PVER}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd 'http://ktorrent.org/?q=downloads' | firsttarball"