libnl recipe

master
Philippe Pittoli 2021-03-27 23:52:15 +01:00
parent 4f65035ae3
commit 302ca95f8f
1 changed files with 9 additions and 0 deletions

9
recipes/libnl/Makefile Normal file
View File

@ -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