2008-01-28 11:48:08 -08:00
|
|
|
args: with args;
|
2009-03-03 05:27:40 -08:00
|
|
|
|
2007-07-01 13:11:32 -07:00
|
|
|
stdenv.mkDerivation {
|
2009-03-29 13:32:41 -07:00
|
|
|
name = "djvulibre-3.5.21";
|
2007-07-01 13:11:32 -07:00
|
|
|
|
|
|
|
src = fetchurl {
|
2009-03-29 13:32:41 -07:00
|
|
|
url = mirror://sourceforge/djvu/djvulibre-3.5.21.tar.gz;
|
|
|
|
sha256 = "39f80c1810be22c5ea7f6a44bbb449c3e29902895dcff9da6a8440891a67b8b4";
|
2007-07-01 13:11:32 -07:00
|
|
|
};
|
|
|
|
|
2009-03-03 05:27:40 -08:00
|
|
|
buildInputs = [qt libX11 libjpeg libtiff libpng ghostscript zlib libungif x11 mesa];
|
2007-07-01 13:11:32 -07:00
|
|
|
|
|
|
|
meta = {
|
2009-03-03 05:27:40 -08:00
|
|
|
description = "A library and viewer for the DJVU file format for scanned images";
|
2008-01-30 11:49:42 -08:00
|
|
|
homepage = http://djvu.sourceforge.net;
|
2007-07-01 13:11:32 -07:00
|
|
|
};
|
|
|
|
}
|