aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-15 11:28:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-15 11:28:26 +0000
commitcd7bd979eb712928b6d4fbf28eac9e5398b993d2 (patch)
treef76b68b88bf4296c790a3cd9cee984f90668d72f /main
parent20ab85f5ad64d363cb2dba6a80441d9e00e17f7c (diff)
downloadaports-cd7bd979eb712928b6d4fbf28eac9e5398b993d2.tar.bz2
aports-cd7bd979eb712928b6d4fbf28eac9e5398b993d2.tar.xz
community/{rtorrent,libtorrent}: move from main
Diffstat (limited to 'main')
-rw-r--r--main/libtorrent/APKBUILD39
-rw-r--r--main/rtorrent/APKBUILD45
2 files changed, 0 insertions, 84 deletions
diff --git a/main/libtorrent/APKBUILD b/main/libtorrent/APKBUILD
deleted file mode 100644
index 8d088880c7..0000000000
--- a/main/libtorrent/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Contributor: Peter Bui <pnutzh4x0r@gmail.com>
-# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-
-pkgname=libtorrent
-pkgver=0.13.7
-pkgrel=0
-pkgdesc="BitTorrent library written in C++"
-url="http://rakshasa.github.io/rtorrent/"
-arch="all"
-license="GPL"
-makedepends="zlib-dev libsigc++-dev libressl-dev automake autoconf libtool linux-headers"
-subpackages="$pkgname-dev"
-source="http://rtorrent.net/downloads/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-prepare() {
- default_prepare
- cd "$builddir"
- ./autogen.sh
-}
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --disable-debug \
- --disable-instrumentation
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="7bf3e87dbd19eb4e6806dff8a01c3ec61ea960bbd809d4bcbee96a46e169f97d0baf0fc85ab4a1efbbab07850e9b1060bae46c453ea6c42f5c23f8d921295efb libtorrent-0.13.7.tar.gz"
diff --git a/main/rtorrent/APKBUILD b/main/rtorrent/APKBUILD
deleted file mode 100644
index c956046ccc..0000000000
--- a/main/rtorrent/APKBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-# Contributor: Peter Bui <pnutzh4x0r@gmail.com>
-# 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.7
-pkgrel=1
-pkgdesc="Ncurses BitTorrent client based on libTorrent"
-url="http://rakshasa.github.io/rtorrent/"
-license="GPL"
-arch="all"
-makedepends="libsigc++-dev libtorrent-dev curl-dev xmlrpc-c-dev ncurses-dev"
-checkdepends="cppunit-dev"
-subpackages="$pkgname-doc"
-source="http://rtorrent.net/downloads/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --enable-ipv6 \
- --disable-debug \
- --with-xmlrpc-c
- make
-}
-
-check() {
- cd "$builddir"
- make check
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
- install -Dm644 doc/rtorrent.rc "$pkgdir"/usr/share/doc/rtorrent/rtorrent.rc
-}
-
-sha512sums="e663bd8984bcec91868beaf16d215708bdea8872338365ba6a05c9ea830b2aff045257bbc8bd0414d84009ee85852822c97bb073dfb41c21e3b0081ecaeecc00 rtorrent-0.9.7.tar.gz"