mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 20:24:36 +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
|
pkgname=libktorrent
|
||||||
pkgver=1.2.0
|
pkgver=1.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
ktorver=4.2.0
|
ktorver=4.2.1
|
||||||
pkgdesc="A BitTorrent program for KDE"
|
pkgdesc="A BitTorrent program for KDE"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://ktorrent.org"
|
url="http://ktorrent.org"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('kdelibs')
|
depends=('kdelibs')
|
||||||
makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 'kde-workspace')
|
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')
|
options=('libtool')
|
||||||
md5sums=('3bd38fc221fe2177dd17b14e2baf60c0')
|
screenshot=('http://ktorrent.org/images/screenshots/KT-normal-o-files.png')
|
||||||
|
md5sums=('20c0e979caa798f49724045edcb3eb0a')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}
|
cd ${srcdir}
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ../${pkgname}-${pkgver} \
|
cmake ../${pkgname}-${pkgver}-2 \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr
|
-DCMAKE_INSTALL_PREFIX=/usr
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user