about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/webdev/kimagemapeditor.nix
blob: ecc1f845b8f7da3f469912232465c5bd1a426d16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt }:

kde.package {
  buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt ];

  meta = {
    description = "An HTML imagemap editor";
    homepage = http://www.nongnu.org/kimagemap/;
    kde = {
      name = "kimagemapeditor";
      module = "kdewebdev";
      version = "3.9.0";
      release = "4.5.2";
      versionFile = "version.h";
    };
  };
}