xca: 0.9.3 -> 1.3.0

This commit is contained in:
Jaka Hudoklin
2015-08-29 18:44:02 +02:00
parent 24a626020a
commit 256d2950b9
2 changed files with 2 additions and 67 deletions
+2 -10
View File
@@ -2,21 +2,13 @@
stdenv.mkDerivation rec {
name = "xca-${version}";
version = "0.9.3";
version = "1.3.0";
src = fetchurl {
url = "mirror://sourceforge/xca/${name}.tar.gz";
sha256 = "1fn6kh8mdy65rrgjif7j9wn3mxg1mrrcnhzpi86hfy24ic6bahk8";
sha256 = "0k21d4lfkn0nlj8az6067dmc5dgy5cidspljagmh5frsv576wnzg";
};
patches = [ ./0001-Fix-for-openssl-1.0.1i.patch ];
configurePhase = ''
export PATH=$PATH:${which}/bin
export QTDIR=${qt4}
prefix=$out ./configure ${openssl} ${libtool}
'';
postInstall = ''
wrapProgram "$out/bin/xca" \
--prefix LD_LIBRARY_PATH : "${qt4}/lib:${gcc.cc}/lib:${gcc.cc}/lib64:${openssl}/lib:${libtool}/lib"