2d4c4ae1bd
svn path=/nixpkgs/branches/kde-4.7/; revision=28000
19 lines
456 B
Nix
19 lines
456 B
Nix
{ kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt, kdepimlibs
|
|
, boost, htmlTidy }:
|
|
|
|
kde.package {
|
|
buildInputs =
|
|
[ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt kdepimlibs boost htmlTidy ];
|
|
|
|
meta = {
|
|
description = "A KDE link checker";
|
|
homepage = http://klinkstatus.kdewebdev.org;
|
|
kde = {
|
|
name = "klinkstatus";
|
|
module = "kdewebdev";
|
|
version = "0.7.0";
|
|
versionFile = "src/main.cpp";
|
|
};
|
|
};
|
|
}
|