Seeks 0.3.1.
svn path=/nixpkgs/trunk/; revision=25638
This commit is contained in:
parent
73ed1693f8
commit
f0345dd48c
@ -1,18 +1,18 @@
|
|||||||
{ fetchurl, stdenv, zlib, docbook2x, pcre, curl, libxml2, libevent, perl
|
{ fetchurl, stdenv, zlib, docbook2x, pcre, curl, libxml2, libevent, perl
|
||||||
, pkgconfig, protobuf, tokyocabinet }:
|
, pkgconfig, protobuf, tokyocabinet, opencv }:
|
||||||
|
|
||||||
let version = "0.3.0"; in
|
let version = "0.3.1"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "seeks-${version}";
|
name = "seeks-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/seeks/solo/seeks-${version}.tar.gz";
|
url = "mirror://sourceforge/seeks/solo/seeks-${version}.tar.gz";
|
||||||
sha256 = "07gkf7666bx5fk3zk0s47fj659czlyk3ag9bihkl5mdjfikb6k46";
|
sha256 = "0yvws1j6rh1nv230gkqz3fkf21zdx0x7w8lh3w7gjmi7hfij25gx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ zlib docbook2x pcre curl libxml2 libevent perl pkgconfig
|
[ zlib docbook2x pcre curl libxml2 libevent perl pkgconfig
|
||||||
protobuf tokyocabinet
|
protobuf tokyocabinet opencv
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
@ -22,6 +22,9 @@ stdenv.mkDerivation {
|
|||||||
"--with-libevent=${libevent}"
|
"--with-libevent=${libevent}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# FIXME: Test suite needs <https://code.google.com/p/googletest/>.
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Seeks, a social web search engine";
|
description = "Seeks, a social web search engine";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user