diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /core/libmnl | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'core/libmnl')
| -rw-r--r-- | core/libmnl/.footprint | 9 | ||||
| -rw-r--r-- | core/libmnl/.signature | 6 | ||||
| -rw-r--r-- | core/libmnl/MAKEPKG | 32 |
3 files changed, 47 insertions, 0 deletions
diff --git a/core/libmnl/.footprint b/core/libmnl/.footprint new file mode 100644 index 0000000..24ca498 --- /dev/null +++ b/core/libmnl/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root include/ +drwxr-xr-x root/root include/libmnl/ +-rw-r--r-- root/root include/libmnl/libmnl.h +drwxr-xr-x root/root lib/ +-rwxr-xr-x root/root lib/libmnl.so.0.2.0 +lrwxrwxrwx root/root lib/libmnl.so -> libmnl.so.0.2.0 +lrwxrwxrwx root/root lib/libmnl.so.0 -> libmnl.so.0.2.0 +drwxr-xr-x root/root lib/pkgconfig/ +-rw-r--r-- root/root lib/pkgconfig/libmnl.pc diff --git a/core/libmnl/.signature b/core/libmnl/.signature new file mode 100644 index 0000000..f4cc40e --- /dev/null +++ b/core/libmnl/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mNFm6CN6w1zlj/4CATjUWPijV3T38fV9hoTCtRlb5OAxDNXzAJM0RlrxFn13tNErI1miyS4kdfzd9Hk3KDUl+wM= + +SHA256 (MAKEPKG) = 5edd4f1b3c46d9efa619b1da4abd9ef9cea25830b1c7e91d5b6dd9c27df33db1 +SHA256 (.footprint) = 05e46df53d063865af800cf238663e13cc1f9a509f41d9049beaed4e97e6f3f0 +SHA256 (libmnl-1.0.5.tar.bz2) = 274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525 +SHA256 (libmnl#1.0.5-1.pkg.tar.gz) = 2fe0f65da05fe14f3c92113e4f8e149c48a291245b21f38cdc0d9f314275d114 diff --git a/core/libmnl/MAKEPKG b/core/libmnl/MAKEPKG new file mode 100644 index 0000000..bb8c3d3 --- /dev/null +++ b/core/libmnl/MAKEPKG @@ -0,0 +1,32 @@ +#!/bin/mkpkg +# description: A minimalistic user-space library oriented to Netlink developers. +# url: https://netfilter.org/projects/libmnl/ + +name=libmnl +version=1.0.5 +release=1 +source=( + https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2 +) + +sha256sums=( + "274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525" +) + +build() { + cd $name-$version + + ./configure --prefix=/ + + make + make DESTDIR=$PKG install + + rm -f $PKG/usr/lib/*.la +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
