summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/webdev/kimagemapeditor.nix
blob: 93a06b21ae5810e5a9fcc523198a1ec2a7dbea37 (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.4";
      versionFile = "version.h";
    };
  };
}