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:
aszlig 2012-12-12 06:57:28 +01:00
parent f1c80cf20c
commit e42dc52f42
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961
2 changed files with 19 additions and 0 deletions

View 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;
};
}

View file

@ -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 { };