Added exiv2-0.15 library
svn path=/nixpkgs/trunk/; revision=9389
This commit is contained in:
parent
ce6aef6574
commit
889baf5551
11
pkgs/development/libraries/exiv2/default.nix
Normal file
11
pkgs/development/libraries/exiv2/default.nix
Normal file
@ -0,0 +1,11 @@
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "exiv2-0.15";
|
||||
src = fetchurl {
|
||||
url = http://www.exiv2.org/exiv2-0.15.tar.gz;
|
||||
sha256 = "0gjak1849rbw5azz4ggckmcw0r40wlr3hgwrf4s0c23k27lq4bdp";
|
||||
};
|
||||
buildInputs = [zlib];
|
||||
configureFlags = "--with-zlib=${zlib} --enable-shared --disable-static";
|
||||
}
|
@ -1521,6 +1521,10 @@ rec {
|
||||
inherit fetchurl stdenv perl;
|
||||
};
|
||||
|
||||
exiv2 = import ../development/libraries/exiv2 {
|
||||
inherit fetchurl stdenv zlib;
|
||||
};
|
||||
|
||||
expat = import ../development/libraries/expat {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user