Magellan Linux

Annotation of /trunk/todo/libktorrent/libktorrent-1.3.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21189 - (hide annotations) (download)
Mon Mar 17 08:45:00 2014 UTC (10 years, 2 months ago) by niro
Original Path: trunk/extras/libktorrent/libktorrent-1.3.1-r3.smage2
File size: 573 byte(s)
auto added: ver bump to 1.3.1-r3
1 niro 21189 # $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"