added multisync - plugins are not yet shown ?
svn path=/nixpkgs/trunk/; revision=13539
This commit is contained in:
parent
a9f0680f77
commit
38cf2a4d7e
19
pkgs/applications/misc/multisync/default.nix
Normal file
19
pkgs/applications/misc/multisync/default.nix
Normal file
@ -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";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -7660,6 +7660,11 @@ let
|
|||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
multisync = import ../applications/misc/multisync {
|
||||||
|
inherit fetchurl stdenv autoconf automake libtool pkgconfig;
|
||||||
|
inherit (gnome) gtk glib ORBit2 libbonobo libgnomeui GConf;
|
||||||
|
};
|
||||||
|
|
||||||
mutt = import ../applications/networking/mailreaders/mutt {
|
mutt = import ../applications/networking/mailreaders/mutt {
|
||||||
inherit fetchurl stdenv ncurses which openssl gdbm;
|
inherit fetchurl stdenv ncurses which openssl gdbm;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user