openssl: added myself as a maintainer
svn path=/nixpkgs/trunk/; revision=29425
This commit is contained in:
parent
865b08c151
commit
6fcd493d5f
@ -27,12 +27,12 @@ stdenv.mkDerivation rec {
|
|||||||
++ stdenv.lib.optional stdenv.isDarwin ./darwin-arch.patch;
|
++ stdenv.lib.optional stdenv.isDarwin ./darwin-arch.patch;
|
||||||
|
|
||||||
buildNativeInputs = [ perl ];
|
buildNativeInputs = [ perl ];
|
||||||
|
|
||||||
# On x86_64-darwin, "./config" misdetects the system as
|
# On x86_64-darwin, "./config" misdetects the system as
|
||||||
# "darwin-i386-cc". So specify the system type explicitly.
|
# "darwin-i386-cc". So specify the system type explicitly.
|
||||||
configureScript =
|
configureScript =
|
||||||
if stdenv.system == "x86_64-darwin" then "./Configure darwin64-x86_64-cc" else "./config";
|
if stdenv.system == "x86_64-darwin" then "./Configure darwin64-x86_64-cc" else "./config";
|
||||||
|
|
||||||
configureFlags = "shared --libdir=lib";
|
configureFlags = "shared --libdir=lib";
|
||||||
|
|
||||||
makeFlags = "MANDIR=$(out)/share/man";
|
makeFlags = "MANDIR=$(out)/share/man";
|
||||||
@ -66,5 +66,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.openssl.org/;
|
homepage = http://www.openssl.org/;
|
||||||
description = "A cryptographic library that implements the SSL and TLS protocols";
|
description = "A cryptographic library that implements the SSL and TLS protocols";
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,12 +17,12 @@ stdenv.mkDerivation rec {
|
|||||||
patches = stdenv.lib.optional stdenv.isDarwin ./darwin-arch.patch;
|
patches = stdenv.lib.optional stdenv.isDarwin ./darwin-arch.patch;
|
||||||
|
|
||||||
buildNativeInputs = [ perl ];
|
buildNativeInputs = [ perl ];
|
||||||
|
|
||||||
# On x86_64-darwin, "./config" misdetects the system as
|
# On x86_64-darwin, "./config" misdetects the system as
|
||||||
# "darwin-i386-cc". So specify the system type explicitly.
|
# "darwin-i386-cc". So specify the system type explicitly.
|
||||||
configureScript =
|
configureScript =
|
||||||
if stdenv.system == "x86_64-darwin" then "./Configure darwin64-x86_64-cc" else "./config";
|
if stdenv.system == "x86_64-darwin" then "./Configure darwin64-x86_64-cc" else "./config";
|
||||||
|
|
||||||
configureFlags = "shared --libdir=lib";
|
configureFlags = "shared --libdir=lib";
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
@ -54,5 +54,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.openssl.org/;
|
homepage = http://www.openssl.org/;
|
||||||
description = "A cryptographic library that implements the SSL and TLS protocols";
|
description = "A cryptographic library that implements the SSL and TLS protocols";
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user