diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-26 02:47:38 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-26 02:47:38 +0300 |
commit | b92efd46fe7388731376397826b2cbea028b977e (patch) | |
tree | 46931f49bb11a244b2bb47bf513848cfc7b7ac89 /core/libnl-tiny | |
parent | 0dcf92909e12cd1d90ae6318d838ce52b7f0a867 (diff) | |
download | repository-b92efd46fe7388731376397826b2cbea028b977e.tar.gz |
libnl-tiny: add new package at git
Diffstat (limited to 'core/libnl-tiny')
-rwxr-xr-x | core/libnl-tiny/build | 3 | ||||
-rw-r--r-- | core/libnl-tiny/checksums | 2 | ||||
-rw-r--r-- | core/libnl-tiny/meta | 3 | ||||
-rw-r--r-- | core/libnl-tiny/sources | 1 | ||||
-rw-r--r-- | core/libnl-tiny/version | 1 |
5 files changed, 10 insertions, 0 deletions
diff --git a/core/libnl-tiny/build b/core/libnl-tiny/build new file mode 100755 index 00000000..55b9ddc8 --- /dev/null +++ b/core/libnl-tiny/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make ALL_LIBS=libnl-tiny.a prefix=/usr DESTDIR="$1" all install diff --git a/core/libnl-tiny/checksums b/core/libnl-tiny/checksums new file mode 100644 index 00000000..374fbe93 --- /dev/null +++ b/core/libnl-tiny/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +a9039933d32f0232e56058bbb2f8118afee3b3a32f28a43be63fbd7e85fcdcee 4225e93.tar.gz diff --git a/core/libnl-tiny/meta b/core/libnl-tiny/meta new file mode 100644 index 00000000..ae522447 --- /dev/null +++ b/core/libnl-tiny/meta @@ -0,0 +1,3 @@ +description: Tiny Netlink Core Library +license: LGPL-2.1-only +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/core/libnl-tiny/sources b/core/libnl-tiny/sources new file mode 100644 index 00000000..744968eb --- /dev/null +++ b/core/libnl-tiny/sources @@ -0,0 +1 @@ +https://github.com/sabotage-linux/libnl-tiny/archive/4225e93.tar.gz diff --git a/core/libnl-tiny/version b/core/libnl-tiny/version new file mode 100644 index 00000000..a383ea1a --- /dev/null +++ b/core/libnl-tiny/version @@ -0,0 +1 @@ +git 1 |