Updating from trunk

svn path=/nixpkgs/branches/stdenv-updates/; revision=19485
This commit is contained in:
Lluís Batlle i Rossell
2010-01-16 15:19:23 +00:00
25 changed files with 784 additions and 484 deletions

View File

@@ -0,0 +1,19 @@
args: with args;
stdenv.mkDerivation {
name = "inotify-tools-3.13";
src = fetchurl {
url = mirror://sourceforge/inotify-tools/inotify-tools/3.13/inotify-tools-3.13.tar.gz;
sha256 = "0icl4bx041axd5dvhg89kilfkysjj86hjakc7bk8n49cxjn4cha6";
};
buildInputs = [];
meta = {
description = "";
homepage = http://sourceforge.net/projects/inotify-tools/;
license = "GPLv2";
maintainers = [args.lib.maintainers.marcweber];
platforms = args.lib.platforms.linux;
};
}