forked from ports/contrib
libtorrent: 0.13.4 -> 0.13.6
This commit is contained in:
parent
f48ad905ca
commit
e9cde8095e
@ -68,8 +68,8 @@ drwxr-xr-x root/root usr/include/torrent/utils/
|
||||
-rw-r--r-- root/root usr/include/torrent/utils/thread_interrupt.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rwxr-xr-x root/root usr/lib/libtorrent.la
|
||||
lrwxrwxrwx root/root usr/lib/libtorrent.so -> libtorrent.so.18.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libtorrent.so.18 -> libtorrent.so.18.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libtorrent.so.18.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libtorrent.so -> libtorrent.so.19.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libtorrent.so.19 -> libtorrent.so.19.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libtorrent.so.19.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libtorrent.pc
|
||||
|
@ -1 +1 @@
|
||||
e82f380a9d4b55b379e0e73339c73895 libtorrent-0.13.4.tar.gz
|
||||
8c8eaa9fa03bd113967c68eea26493e7 0.13.6.tar.gz
|
||||
|
@ -4,12 +4,17 @@
|
||||
# Depends on: libsigc++ curl
|
||||
|
||||
name=libtorrent
|
||||
version=0.13.4
|
||||
version=0.13.6
|
||||
release=1
|
||||
source=(http://libtorrent.rakshasa.no/downloads/libtorrent-$version.tar.gz)
|
||||
source=(https://github.com/rakshasa/$name/archive/$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
# remove cppunit dependency
|
||||
sed -i '/AM_PATH_CPPUNIT(.*)/d' configure.ac
|
||||
./autogen.sh
|
||||
|
||||
./configure --prefix=/usr --enable-debug=no
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
Loading…
x
Reference in New Issue
Block a user