diff --git a/recipes/libnl/Makefile b/recipes/libnl/Makefile new file mode 100644 index 0000000..ad28f89 --- /dev/null +++ b/recipes/libnl/Makefile @@ -0,0 +1,9 @@ +name = libnl +version = 3.5.0 +pversion = 3_5_0 +URL = https://github.com/thom311/libnl/releases/download/libnl$(pversion)/libnl-$(version).tar.gz + +CONFIGURE_OPTIONS_USER = --disable-debug + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk