Magellan Linux

Contents of /branches/R11-unstable/extras/libktorrent/libktorrent-1.3.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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