rtorrent: install man page manually (the upstream makefile is broken)

svn path=/nixpkgs/trunk/; revision=29471
This commit is contained in:
Peter Simons 2011-09-24 12:46:24 +00:00
parent 4d6030f56b
commit 808aa6c62d

View file

@ -14,6 +14,8 @@ stdenv.mkDerivation {
buildInputs = [ libtorrent ncurses pkgconfig libsigcxx curl zlib openssl ];
postInstall = "install -D -m 444 doc/rtorrent.1 $out/share/man/man1/rtorrent.1";
meta = {
homepage = "http://libtorrent.rakshasa.no/";
description = "An ncurses client for libtorrent, ideal for use with screen or dtach";