kino (compiling but neither finding libX11 nor libghtread)

and libiec61883  (dependency)
added

svn path=/nixpkgs/trunk/; revision=10133
This commit is contained in:
Marc Weber
2008-01-13 15:21:21 +00:00
parent 29e62732c9
commit ff62213cec
3 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
args:
args.stdenv.mkDerivation {
name = "libiec61883-1.1.0";
src = args.fetchurl {
url = http://www.linux1394.org/dl/libiec61883-1.1.0.tar.gz;
sha256 = "09f0ca7bp6lqlz6601gnyl04mfabv0azg49n1cmjyqpzh35cgxkq";
};
buildInputs =(with args; [pkgconfig libraw1394]);
meta = {
description = "TODO";
homepage = http://www.linux1394.org/;
license = "LGPL";
};
}