rtorrent: install man page manually (the upstream makefile is broken)
svn path=/nixpkgs/trunk/; revision=29471
This commit is contained in:
parent
4d6030f56b
commit
808aa6c62d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user