* Added libexif and the exif frontend utility.
svn path=/nixpkgs/trunk/; revision=2376
This commit is contained in:
12
pkgs/tools/graphics/exif/default.nix
Normal file
12
pkgs/tools/graphics/exif/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{stdenv, fetchurl, pkgconfig, libexif, popt}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "exif-0.6.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/libexif/exif-0.6.9.tar.gz;
|
||||
md5 = "555029098386fa677c461eb249d852d7";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig libexif popt];
|
||||
}
|
||||
Reference in New Issue
Block a user