libtorrent-rasterbar-1.0: remove

qbittorrent now works with libtorrent-rasterbar-1.1.1
This commit is contained in:
Juergen Buchmueller 2016-12-19 14:55:54 +01:00
parent 6c34491f4a
commit c27a6ccb6b
4 changed files with 0 additions and 45 deletions

View file

@ -1 +0,0 @@
libtorrent-rasterbar-1.0

View file

@ -1,10 +0,0 @@
--- include/libtorrent/config.hpp.orig 2014-08-15 08:51:56.000000000 +0200
+++ include/libtorrent/config.hpp 2015-01-03 18:34:41.639761027 +0100
@@ -33,6 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_CONFIG_HPP_INCLUDED
#define TORRENT_CONFIG_HPP_INCLUDED
+#include <openssl/rand.h>
#include <boost/config.hpp>
#include <boost/version.hpp>
#include <stdio.h> // for snprintf

View file

@ -1,33 +0,0 @@
# Template file for 'libtorrent-rasterbar-1.0'
pkgname=libtorrent-rasterbar-1.0
version=1.0.10
revision=2
wrksrc="${pkgname%-1.0}-${version}"
build_style=gnu-configure
configure_args="--with-libgeoip --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
hostmakedepends="pkg-config intltool"
makedepends="libressl-devel boost-devel geoip-devel"
short_desc="C++ bittorrent library by Rasterbar Software"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
homepage="http://www.rasterbar.com/products/libtorrent/"
license="BSD"
distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/libtorrent-rasterbar-${version}.tar.gz"
checksum=a865ceaca8b14acdd7be56d361ce4e64361299647e157ef7b3ac7e2812ca4c3e
CXXFLAGS="-std=c++11 -Wno-deprecated-declarations"
post_install() {
vlicense LICENSE
}
libtorrent-rasterbar-1.0-devel_package() {
depends="${sourcepkg}>=${version}_${revision} libressl-devel>=2.1.4 boost-devel geoip-devel"
short_desc+=" - development files"
conflicts="libtorrent-rasterbar-devel>=0"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}

View file

@ -1 +0,0 @@
pattern='libtorrent-\K1_0_[\d]+'