+++ /dev/null
-###############################################################################
-# IPFire.org - An Open Source Firewall Solution #
-# Copyright (C) - IPFire Development Team <info@ipfire.org> #
-###############################################################################
-
-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