mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/libtorrent-rasterbar: clarify license, modernize
This commit is contained in:
parent
e7e921c35c
commit
1e73decad7
@ -5,10 +5,10 @@ pkgver=1.1.7
|
||||
_pkgver=${pkgver%.0}
|
||||
_pkgver=${_pkgver//./_}
|
||||
pkgrel=0
|
||||
pkgdesc="A feature complete C++ bittorrent implementation"
|
||||
pkgdesc="Feature complete C++ bittorrent implementation"
|
||||
url="http://www.rasterbar.com/products/libtorrent"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
depends=""
|
||||
depends_dev="boost-dev libressl-dev python2-dev"
|
||||
makedepends="$depends_dev linux-headers"
|
||||
@ -24,12 +24,12 @@ build() {
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--enable-python-binding \
|
||||
--with-boost-system=boost_system || return 1
|
||||
make || return 1
|
||||
--with-boost-system=boost_system
|
||||
make
|
||||
}
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="e35e95eec55a69b81c1d21f73e230dc4de7502b5adce99193c01b0d89a04b0f484788ff235d3f73cc77eeccba8d8d441fac92aa76a17afb56bafabd318b4a75e libtorrent-rasterbar-1.1.7.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user