4593743 [rkeene@sledge /home/rkeene/projects/build]$ cat rtorrent.txt
# COMPILE REQUIREMENT: libtorrent
# SHORT DESC: C++ ncurses-based BitTorrent Client
# LONG DESC: rTorrent is a console-based BitTorrent client. It aims to be a fully-featured and efficient client with the ability to run in the background using screen. It supports fast-resume and session management.

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make || exit 1
cat <<EOF >install-scp.sh
#! /bin/sh

make install || exit 1

exit 0
EOF
chmod +x install-scp.sh
${installmonitor} ./install-scp.sh || exit 1
4593744 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06