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

kde.package {
  buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt kdepimlibs boost
    htmlTidy ruby ];

  meta = {
    description = "A KDE link checker";
    homepage = http://klinkstatus.kdewebdev.org;
    kde = {
      name = "klinkstatus";
      module = "kdewebdev";
      version = "0.7.0";
      versionFile = "src/main.cpp";
    };
  };
}