[Slackbuilds-users] sources for libtorrent and rtorrent
John Vogel
jvogel4 at stny.rr.com
Tue Jun 23 03:00:50 UTC 2015
On Mon, 22 Jun 2015 22:26:01 -0300
Edinaldo <edps.mundognu at gmail.com> wrote:
>
> so guys... links for sources of 'libtorrent' and 'rtorrent' as down!
>
> it's possible to change the *.info and put alternatives links?
>
> they are:
>
> https://github.com/rakshasa/rtorrent/archive/0.9.4.tar.gz
>
> MD5SUM: 2e435f2cd7e1abe885dbeefb4bf22c10
>
> and
>
> https://github.com/rakshasa/libtorrent/archive/0.13.4.tar.gz
>
> MD5SUM: 81125713b191c104bb7117e7bfcc3c11
>
> * the MD5SUMS changes too.
>
> see the logs at: http://hastebin.com/icoyuxarem
>
> #
>
>
> 1) fix homepage on *.info to:
>
> http://rakshasa.github.io/rtorrent/
>
>
>
> 2) for both SlackBuilds (libtorrent and rtorrent), change the line:
>
> tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
>
> for:
>
> tar xvf $CWD/$VERSION.tar.gz
Better would be what many packages do when dealing with
github tarballs:
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
This way, with or without content-disposition, the build is able
to unpack the tarball.
>
> and... add these lines:
>
> sed '/AM_PATH_CPPUNIT/d' -i configure.ac
> ./autogen.sh
>
> before the block text:
>
> CFLAGS="$SLKCFLAGS" \
> CXXFLAGS="$SLKCFLAGS" \
> ./configure \
> --prefix=/usr \
> --libdir=/usr/lib${LIBDIRSUFFIX} \
> --sysconfdir=/etc \
> --localstatedir=/var \
> --with-posix-fallocate \
> --build=$ARCH-slackware-linux.....
>
>
> 3) complete build logs:
>
> http://hastebin.com/fuhusicefe
>
> http://hastebin.com/abehajicoz
>
> thank's
More information about the SlackBuilds-users
mailing list