mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 14:37:15 +08:00
libktorrent update
This commit is contained in:
parent
e4cb445390
commit
a016bc0117
@ -1,28 +1,28 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
# Desktop Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
|
||||
pkgname=libktorrent
|
||||
pkgver=1.2.0
|
||||
pkgver=1.2.1
|
||||
pkgrel=1
|
||||
ktorver=4.2.0
|
||||
ktorver=4.2.1
|
||||
pkgdesc="A BitTorrent program for KDE"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://ktorrent.org"
|
||||
license=('GPL2')
|
||||
depends=('kdelibs')
|
||||
makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 'kde-workspace')
|
||||
source=(http://ktorrent.org/downloads/${ktorver}/libktorrent-${pkgver}.tar.bz2)
|
||||
source=(http://ktorrent.org/downloads/${ktorver}/${pkgname}-${pkgver}-2.tar.bz2)
|
||||
options=('libtool')
|
||||
md5sums=('3bd38fc221fe2177dd17b14e2baf60c0')
|
||||
screenshot=('http://ktorrent.org/images/screenshots/KT-normal-o-files.png')
|
||||
md5sums=('20c0e979caa798f49724045edcb3eb0a')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
cmake ../${pkgname}-${pkgver}-2 \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user