libtorrent-rasterbar: 1.0.5 -> 1.0.7

This commit is contained in:
Danny Rawlins 2015-12-22 22:50:50 +11:00
parent d8d20b3717
commit a908f5e54e
3 changed files with 7 additions and 5 deletions

View File

@ -158,4 +158,4 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
-rwxr-xr-x root/root usr/lib/python2.7/site-packages/libtorrent.so
-rw-r--r-- root/root usr/lib/python2.7/site-packages/python_libtorrent-1.0.5-py2.7.egg-info
-rw-r--r-- root/root usr/lib/python2.7/site-packages/python_libtorrent-1.0.7-py2.7.egg-info

View File

@ -1 +1 @@
d09521d34092ba430f430572c9e2b3d3 libtorrent-rasterbar-1.0.5.tar.gz
c1a5b8aee18640cbe01826403525dd14 libtorrent-rasterbar-1.0.7.tar.gz

View File

@ -1,16 +1,18 @@
# Description: A C++ bittorrent library designed to run on anything from embedded systems to large scale seed servers.
# Description: A C++ bittorrent library.
# URL: https://sourceforge.net/projects/libtorrent/
# Packager: Danny Rawlins, crux at romster dot me
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: boost
name=libtorrent-rasterbar
version=1.0.5
version=1.0.7
release=1
source=(https://downloads.sourceforge.net/project/libtorrent/libtorrent/$name-$version.tar.gz)
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/$name-$version.tar.gz)
build() {
cd $name-$version
CONFIG_SHELL=/bin/bash \
./configure \
--prefix=/usr \
--enable-python-binding