samplicator: New package, version 1.3.7-beta6.
A small and lightweight UDP redirector if you don't want to bend a fly on the wheel using socat. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
f1c80cf20c
commit
e42dc52f42
17
pkgs/tools/networking/samplicator/default.nix
Normal file
17
pkgs/tools/networking/samplicator/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "samplicator-${version}";
|
||||
version = "1.3.7-beta6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://samplicator.googlecode.com/files/${name}.tar.gz";
|
||||
sha1 = "2091af1898d6508ad9fd338a07e352e2387522d4";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Send copies of (UDP) datagrams to multiple receivers";
|
||||
homepage = "http://code.google.com/p/samplicator/";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
};
|
||||
}
|
@ -1456,6 +1456,8 @@ let
|
||||
|
||||
salut_a_toi = callPackage ../applications/networking/instant-messengers/salut-a-toi {};
|
||||
|
||||
samplicator = callPackage ../tools/networking/samplicator { };
|
||||
|
||||
screen = callPackage ../tools/misc/screen { };
|
||||
|
||||
scrot = callPackage ../tools/graphics/scrot { };
|
||||
|
Loading…
Reference in New Issue
Block a user