1 {lib, stdenv, fetchurl, boost, pkg-config, cppunit, zlib, libwpg, libwpd, librevenge}:
3 s = # Generated upstream information
7 name="${baseName}-${version}";
8 hash="074ipcq9w7jbd5x316dzclddgia2ydw098ph9d7p3d713pmkf5cf";
9 url="mirror://sourceforge/libmwaw/libmwaw/libmwaw-0.3.17/libmwaw-0.3.17.tar.xz";
10 sha256="074ipcq9w7jbd5x316dzclddgia2ydw098ph9d7p3d713pmkf5cf";
13 nativeBuildInputs = [ pkg-config ];
15 boost cppunit zlib libwpg libwpd librevenge
19 inherit (s) name version;
20 inherit nativeBuildInputs buildInputs;
22 inherit (s) url sha256;
26 description = "Import library for some old mac text documents";
27 license = lib.licenses.mpl20 ;
28 maintainers = [lib.maintainers.raskin];
29 platforms = lib.platforms.unix;