mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 19:44:36 +08:00
libktorrent update for ktorrent
This commit is contained in:
parent
eb52bbe93a
commit
754e45af41
@ -5,24 +5,24 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=libktorrent
|
||||
pkgver=1.0.5
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
ktorver=4.0.5
|
||||
ktorver=4.1.0
|
||||
pkgdesc="A BitTorrent program for KDE"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://ktorrent.org"
|
||||
license=('GPL2')
|
||||
depends=('kdelibs')
|
||||
makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 'kdebase-workspace')
|
||||
source=(http://ktorrent.org/downloads/${ktorver}/libktorrent-${pkgver}-3.tar.bz2)
|
||||
source=(http://ktorrent.org/downloads/${ktorver}/libktorrent-${pkgver}.tar.bz2)
|
||||
options=('libtool')
|
||||
md5sums=('31f0397a28557220ce38fe2c8630826d')
|
||||
md5sums=('76d3e58bbf2e4df7e97421e06ebf8fb8')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver}-3 \
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user