# # libmnl is a minimalistic library oriented to Netlink developers. # # There are a lot of common tasks in parsing, validating, constructing # of both the Netlink header and TLVs that are repetitive and easy to # get wrong. This library aims to provide simple helpers that allows # you to re-use code and to avoid re-inventing the wheel. # QICFLAGS="-g0 -Os -mtune=generic -pipe" QICXXFLAGS="-g0 -Os -mtune=generic -pipe" QILDFLAGS="-s" pkgname=libmnl pkgversion=1.0.4 arch=x86_64 release=1 blurb="libmnl is a minimalistic library oriented to Netlink developers." homepage="http://www.netfilter.org/projects/libmnl" license="LGPLv2.1" fetch="http://www.netfilter.org/projects/libmnl/files/libmnl-1.0.4.tar.bz2" replace=""