libmnl: moved to core

This commit is contained in:
Tim Biermann 2022-01-10 16:49:24 +01:00
parent 724995b708
commit bf74e42279
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 33 deletions

View File

@ -1,11 +0,0 @@
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/
-rwxr-xr-x root/root usr/lib/libmnl.la
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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/qICFSHldttjW6vL0GsdQDL2RCdng1CZQUoAygca13yMTKSFeXaRB4qK8nZdjVNWOS9hqCwa9rdze8nqo+thQI=
SHA256 (Pkgfile) = 922277987775b63f529dd7631dacd45fe8b5166554646300ebcda54057241c2f
SHA256 (.footprint) = 2908aa2bffc5ebae14a7d4805b1630c645450e42a8ec91beda9342efed2a95ed
SHA256 (libmnl-1.0.4.tar.bz2) = 171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81

View File

@ -1,17 +0,0 @@
# Description: A minimalistic user-space library oriented to Netlink developers.
# URL: https://netfilter.org/projects/libmnl/
# Maintainer: Danny Rawlins, crux at romster dot me
name=libmnl
version=1.0.4
release=1
source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}