Magellan Linux

Contents of /trunk/extras/libktorrent/libktorrent-1.3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15951 - (show annotations) (download)
Fri Jan 18 13:03:14 2013 UTC (11 years, 4 months ago) by niro
File size: 544 byte(s)
auto added: ver bump to 1.3.1-r1
1 # $Id$
2
3 PNAME="libktorrent"
4 PVER="1.3.1"
5 PBUILD="r1"
6
7 DESCRIPTION="A BitTorrent protocol implementation for KDE4."
8
9 DEPEND=">= kde-base/kdelibs-4.9"
10
11 SDEPEND=">= dev-libs/boost-1.51
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"