From e8db0dee22d2c8929661c35cc5825684ccc1ca23 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 5 Jul 2019 14:22:02 -0700 Subject: Add C version of libutp --- pkg/libutp/gen.lua | 9 +++++++++ pkg/libutp/src | 1 + pkg/libutp/ver | 1 + 3 files changed, 11 insertions(+) create mode 100644 pkg/libutp/gen.lua create mode 160000 pkg/libutp/src create mode 100644 pkg/libutp/ver (limited to 'pkg/libutp') diff --git a/pkg/libutp/gen.lua b/pkg/libutp/gen.lua new file mode 100644 index 00000000..187fafe7 --- /dev/null +++ b/pkg/libutp/gen.lua @@ -0,0 +1,9 @@ +cflags{ + '-Wall', + '-D POSIX', + '-I $srcdir', +} + +lib('libutp.a', {'utp.c', 'utp_utils.c'}) + +fetch 'git' diff --git a/pkg/libutp/src b/pkg/libutp/src new file mode 160000 index 00000000..0129aef8 --- /dev/null +++ b/pkg/libutp/src @@ -0,0 +1 @@ +Subproject commit 0129aef8428ee3b42259ad8b24d4c02035f3f097 diff --git a/pkg/libutp/ver b/pkg/libutp/ver new file mode 100644 index 00000000..536e3a24 --- /dev/null +++ b/pkg/libutp/ver @@ -0,0 +1 @@ +0129aef842 r0 -- cgit v1.2.3