mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libtorrent to 0.13.5-1
This commit is contained in:
parent
bfb7e27459
commit
999838a57f
1 changed files with 13 additions and 3 deletions
|
@ -8,18 +8,28 @@
|
|||
# --enable-aligned flag is required to work correctly on armv5
|
||||
|
||||
pkgname=libtorrent
|
||||
pkgver=0.13.4
|
||||
pkgver=0.13.5
|
||||
pkgrel=1
|
||||
pkgdesc='BitTorrent library with a focus on high performance and good code'
|
||||
url='http://libtorrent.rakshasa.no/'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
depends=('openssl')
|
||||
source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
|
||||
sha1sums=('3a3ca87054d020bc376abe2c1ea15bbbaef31131')
|
||||
source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz"
|
||||
$pkgname-version.patch)
|
||||
sha1sums=('0c83e8b9ece2c07986632dcc800f893451b23d71'
|
||||
'ea80eb35cf5812840315726e67a5243ea6dccad4')
|
||||
|
||||
options=('!libtool')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
sed '/AM_PATH_CPPUNIT/d' -i configure.ac
|
||||
#https://github.com/rakshasa/libtorrent/issues/82
|
||||
patch -Np0 -i "${srcdir}"/$pkgname-version.patch
|
||||
}
|
||||
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue