vpnc: install the README file into $out/share/doc
svn path=/nixpkgs/trunk/; revision=32544
This commit is contained in:
parent
7002f59751
commit
4716f6735d
@ -28,17 +28,22 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
for i in $out/{bin,sbin}/*
|
for i in "$out/{bin,sbin}/"*
|
||||||
do
|
do
|
||||||
wrapProgram $i --prefix PATH : \
|
wrapProgram $i --prefix PATH : \
|
||||||
"${nettools}/bin:${nettools}/sbin"
|
"${nettools}/bin:${nettools}/sbin"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
mkdir -p $out/share/doc/vpnc
|
||||||
|
cp README nortel.txt ChangeLog $out/share/doc/vpnc/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = ''VPNC, a virtual private network (VPN) client
|
homepage = "http://www.unix-ag.uni-kl.de/~massar/vpnc/";
|
||||||
for Cisco's VPN concentrators'';
|
description = "virtual private network (VPN) client for Cisco's VPN concentrators";
|
||||||
homepage = http://www.unix-ag.uni-kl.de/~massar/vpnc/;
|
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user