pidgin plugin sipe contributed by David Brown
svn path=/nixpkgs/trunk/; revision=21730
This commit is contained in:
parent
f1fc3e3ef1
commit
57cffe5040
@ -0,0 +1,22 @@
|
|||||||
|
args: with args;
|
||||||
|
|
||||||
|
let
|
||||||
|
version = "1.10.0";
|
||||||
|
in
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "pidgin-sipe-${version}";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://sourceforge/sipe/sipe/pidgin-sipe-${version}/pidgin-sipe-${version}.tar.gz";
|
||||||
|
sha256 = "11d85qxix1dmwvzs3lx0sycsx1d5sy67r9y78fs7z716py4mg9np";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "SIPE plugin for Pidgin IM.";
|
||||||
|
homepage = http://sipe.sourceforge.net/;
|
||||||
|
license = "GPLv2";
|
||||||
|
};
|
||||||
|
|
||||||
|
postInstall = "find $out -ls; ln -s \$out/lib/purple-2 \$out/share/pidgin-sipe";
|
||||||
|
|
||||||
|
buildInputs = [pidgin intltool libxml2];
|
||||||
|
}
|
@ -8216,6 +8216,10 @@ let
|
|||||||
inherit fetchurl stdenv libotr pidgin;
|
inherit fetchurl stdenv libotr pidgin;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pidginsipe = import ../applications/networking/instant-messengers/pidgin-plugins/sipe {
|
||||||
|
inherit fetchurl stdenv pidgin intltool libxml2;
|
||||||
|
};
|
||||||
|
|
||||||
pinfo = import ../applications/misc/pinfo {
|
pinfo = import ../applications/misc/pinfo {
|
||||||
inherit fetchurl stdenv ncurses readline;
|
inherit fetchurl stdenv ncurses readline;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user