diff options
| author | Michael Forney <mforney@mforney.org> | 2019-07-05 14:22:02 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-07-06 01:24:36 -0700 |
| commit | e8db0dee22d2c8929661c35cc5825684ccc1ca23 (patch) | |
| tree | be4877238c5eb57ea30befef1b530450d3cb47db /pkg | |
| parent | a87a386e3a5ef715fc65affe9dfa9eae09d13270 (diff) | |
Add C version of libutp
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/gen.lua | 1 | ||||
| -rw-r--r-- | pkg/libutp/gen.lua | 9 | ||||
| m--------- | pkg/libutp/src | 0 | ||||
| -rw-r--r-- | pkg/libutp/ver | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/pkg/gen.lua b/pkg/gen.lua index 46c850b0..9533d946 100644 --- a/pkg/gen.lua +++ b/pkg/gen.lua @@ -42,6 +42,7 @@ subgen 'libpciaccess' subgen 'libpng' subgen 'libressl' subgen 'libtermkey' +subgen 'libutp' subgen 'libxkbcommon' subgen 'loksh' subgen 'lpeg' 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 +Subproject 0129aef8428ee3b42259ad8b24d4c02035f3f09 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 |
