ports/contrib (3.2): libtorrent: 0.13.4 -> 0.13.6
commit e9cde8095ef986f9f16e192c9871e59ada868154 Author: Thomas Penteker <tek@serverop.de> Date: Mon Nov 30 00:11:37 2015 +0100 libtorrent: 0.13.4 -> 0.13.6 diff --git a/libtorrent/.footprint b/libtorrent/.footprint index eac3cf6..d1cccb4 100644 --- a/libtorrent/.footprint +++ b/libtorrent/.footprint @@ -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 diff --git a/libtorrent/.md5sum b/libtorrent/.md5sum index cbd096d..9ae4376 100644 --- a/libtorrent/.md5sum +++ b/libtorrent/.md5sum @@ -1 +1 @@ -e82f380a9d4b55b379e0e73339c73895 libtorrent-0.13.4.tar.gz +8c8eaa9fa03bd113967c68eea26493e7 0.13.6.tar.gz diff --git a/libtorrent/Pkgfile b/libtorrent/Pkgfile index 7ae9164..423e087 100644 --- a/libtorrent/Pkgfile +++ b/libtorrent/Pkgfile @@ -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
participants (1)
-
crux@crux.nu