indilib added

svn path=/nixpkgs/trunk/; revision=10352
This commit is contained in:
Yury G. Kudryashov
2008-01-28 19:47:23 +00:00
parent 9860dc8ed8
commit bd5f1ecd99
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
args: with args;
stdenv.mkDerivation {
name = "indilib-0.5";
src = fetchurl {
url = mirror://sf/indi/indilib-0.5.tar.gz;
sha256 = "02km37m3d2l8c9wnab24zm2k6a3l8h2fali74jhm4z3khwr277ad";
};
propagatedBuildInputs = [cfitsio libusb zlib];
configureFlags = "--enable-shared --disable-static";
meta = {
homepage = http://indi.sf.net;
};
}