From: Stefan Schantl Date: Fri, 10 Mar 2023 16:50:42 +0000 (+0000) Subject: libnl: Drop package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27fc7c09b11e93855d003d6dcbbcbfdb34e7b63b;p=ipfire-3.x.git libnl: Drop package Signed-off-by: Michael Tremer --- diff --git a/libnl/libnl.nm b/libnl/libnl.nm deleted file mode 100644 index 4bf29cbef..000000000 --- a/libnl/libnl.nm +++ /dev/null @@ -1,32 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = libnl -version = 1.1.4 -release = 1 - -groups = Development/Libraries -url = https://www.infradead.org/~tgr/libnl/ -license = LGPLv2 -summary = Convenience library for kernel netlink sockets - -description - This package contains a convenience library to simplify using the \ - Linux kernel's netlink sockets interface for network manipulation. -end - -source_dl = https://www.infradead.org/~tgr/libnl/files/ - -packages - package %{name} - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end