aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-07-19 22:13:03 +0300
committerprspkt <prspkt@protonmail.com>2019-07-19 22:24:24 +0300
commit59ef7a8da8acf55f984a0b49c3bb5c19a272028a (patch)
treec8e8de01f163e7736a71083eeb7df56e5d0524da
parentc3fdaa19b0cf5926fd210d085d38767d485ea551 (diff)
downloadaports-59ef7a8da8acf55f984a0b49c3bb5c19a272028a.tar.bz2
aports-59ef7a8da8acf55f984a0b49c3bb5c19a272028a.tar.xz
community/rtorrent: clarify license, modernize
-rw-r--r--community/rtorrent/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/community/rtorrent/APKBUILD b/community/rtorrent/APKBUILD
index 3be8200387..261b01beca 100644
--- a/community/rtorrent/APKBUILD
+++ b/community/rtorrent/APKBUILD
@@ -2,22 +2,19 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-
pkgname=rtorrent
pkgver=0.9.8
pkgrel=0
pkgdesc="Ncurses BitTorrent client based on libTorrent"
url="https://rakshasa.github.io/rtorrent/"
-license="GPL"
+license="GPL-2.0-or-later"
arch="all"
makedepends="libsigc++-dev libtorrent-dev curl-dev xmlrpc-c-dev ncurses-dev"
checkdepends="cppunit-dev"
subpackages="$pkgname-doc"
source="https://rtorrent.net/downloads/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -32,12 +29,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
install -Dm644 doc/rtorrent.rc "$pkgdir"/usr/share/doc/rtorrent/rtorrent.rc
}