From 38cf2a4d7e734c34f317c5df43739510b5fa693b Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Tue, 2 Dec 2008 12:25:56 +0000 Subject: added multisync - plugins are not yet shown ? svn path=/nixpkgs/trunk/; revision=13539 --- pkgs/applications/misc/multisync/default.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkgs/applications/misc/multisync/default.nix (limited to 'pkgs/applications/misc/multisync/default.nix') diff --git a/pkgs/applications/misc/multisync/default.nix b/pkgs/applications/misc/multisync/default.nix new file mode 100644 index 000000000000..af6bc072e53d --- /dev/null +++ b/pkgs/applications/misc/multisync/default.nix @@ -0,0 +1,19 @@ +args: with args; + + +stdenv.mkDerivation { + name = "multisync-0.82-1"; + src = fetchurl { + url = mirror://sourceforge/multisync/multisync-0.82-1.tar.bz2; + sha256 = "1azb6zsn3n1rnla2qc3c440gc4vgmbj593k6xj5g1v0xha2vm2y3"; + }; + buildInputs = [ gtk glib ORBit2 libbonobo libtool pkgconfig libgnomeui GConf + automake autoconf + ]; + preConfigure = "./autogen.sh"; # install.sh is not contained in the tar + + meta = { + description = "modular program to synchronize calendars, addressbooks and other PIM data between pcs, mobile devices etc"; + }; +} + -- cgit 1.4.1