Update libefw. Releases on Google Drive. Ouch
This commit is contained in:
parent
3ba3ec0f8f
commit
f78afc0b27
@ -1,10 +1,11 @@
|
|||||||
{ fetchurl, stdenv, zlib, openssl, libuuid, file }:
|
{ fetchurl, stdenv, zlib, openssl, libuuid, file, fuse }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libewf-20100226";
|
version = "20140608";
|
||||||
|
name = "libewf-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/libewf/${name}.tar.gz";
|
url = "https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-20140608.tar.gz";
|
||||||
sha256 = "aedd2a6b3df6525ff535ab95cd569ebb361a4022eb4163390f26257913c2941a";
|
sha256 = "0wfsffzxk934hl8cpwr14w8ixnh8d23x0xnnzcspjwi2c7730h6i";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''sed -e 's@/usr/bin/file@file@g' -i configure'';
|
preConfigure = ''sed -e 's@/usr/bin/file@file@g' -i configure'';
|
||||||
@ -14,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Library for support of the Expert Witness Compression Format";
|
description = "Library for support of the Expert Witness Compression Format";
|
||||||
homepage = http://sourceforge.net/projects/libewf/;
|
homepage = http://sourceforge.net/projects/libewf/;
|
||||||
license = "free";
|
license = stdenv.lib.licenses.lgpl3;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.raskin ] ;
|
||||||
|
inherit version;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
7
pkgs/development/libraries/libewf/default.upstream
Normal file
7
pkgs/development/libraries/libewf/default.upstream
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
url https://code.google.com/p/libewf/
|
||||||
|
version_link 'googledrive[.]com'
|
||||||
|
version_link '[.]tar[.]'
|
||||||
|
do_overwrite () {
|
||||||
|
do_overwrite_just_version
|
||||||
|
set_var_value url "$CURRENT_URL"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user