diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-02-26 07:31:23 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-02-26 07:31:23 +0800 |
| commit | 92b21eb01187812265dc33210073aed6e20cf0a7 (patch) | |
| tree | 6d41a4ced46fdde21daf55fc5a114359b366d95c /repos | |
| parent | b1ee26f34d49da81188d40b4227edca56efcf558 (diff) | |
| download | alicelinux-92b21eb01187812265dc33210073aed6e20cf0a7.tar.gz alicelinux-92b21eb01187812265dc33210073aed6e20cf0a7.zip | |
libmnl: new added
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/libmnl/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/libmnl/.files | 10 | ||||
| -rw-r--r-- | repos/extra/libmnl/abuild | 4 |
3 files changed, 15 insertions, 0 deletions
diff --git a/repos/extra/libmnl/.checksum b/repos/extra/libmnl/.checksum new file mode 100644 index 00000000..5f1a84ae --- /dev/null +++ b/repos/extra/libmnl/.checksum @@ -0,0 +1 @@ +bc4ab2439dba1a03954e554af39dd21ac96803870eec152f5d089659e3e5c142 libmnl-1.0.5.tar.bz2 diff --git a/repos/extra/libmnl/.files b/repos/extra/libmnl/.files new file mode 100644 index 00000000..a3717b31 --- /dev/null +++ b/repos/extra/libmnl/.files @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libmnl/ +-rw-r--r-- root/root usr/include/libmnl/libmnl.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libmnl.so -> libmnl.so.0.2.0 +lrwxrwxrwx root/root usr/lib/libmnl.so.0 -> libmnl.so.0.2.0 +-rwxr-xr-x root/root usr/lib/libmnl.so.0.2.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libmnl.pc diff --git a/repos/extra/libmnl/abuild b/repos/extra/libmnl/abuild new file mode 100644 index 00000000..7b3f11b4 --- /dev/null +++ b/repos/extra/libmnl/abuild @@ -0,0 +1,4 @@ +name=libmnl +version=1.0.5 +release=1 +source="https://www.netfilter.org/projects/${name}/files/${name}-${version}.tar.bz2" |