aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libtorrent-rasterbar
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-04-09 23:40:56 +0000
committerAndy Postnikov <apostnikov@gmail.com>2018-04-11 00:32:25 +0300
commit1e73decad744e8326461de8f4dfc7edd4e3b56a7 (patch)
tree1e6a5f6ff196a7ce769e0ff220af070076702373 /testing/libtorrent-rasterbar
parente7e921c35c5074e327c60551033cb27eecd7d4bf (diff)
downloadaports-1e73decad744e8326461de8f4dfc7edd4e3b56a7.tar.bz2
aports-1e73decad744e8326461de8f4dfc7edd4e3b56a7.tar.xz
testing/libtorrent-rasterbar: clarify license, modernize
Diffstat (limited to 'testing/libtorrent-rasterbar')
-rw-r--r--testing/libtorrent-rasterbar/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/libtorrent-rasterbar/APKBUILD b/testing/libtorrent-rasterbar/APKBUILD
index 61e2d6d663..fbb8d7d69c 100644
--- a/testing/libtorrent-rasterbar/APKBUILD
+++ b/testing/libtorrent-rasterbar/APKBUILD
@@ -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"