You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
294 B
12 lines
294 B
PKG_NAME=nanocoap |
|
PKG_URL=https://github.com/kaspar030/sock |
|
PKG_VERSION=4035239dce751216038bb2dc8632aa4a734d68a7 |
|
PKG_LICENSE=LGPL-2.1 |
|
|
|
.PHONY: all |
|
|
|
all: git-download |
|
@cp Makefile.nanocoap $(PKG_BUILDDIR)/nanocoap/Makefile |
|
"$(MAKE)" -C $(PKG_BUILDDIR)/nanocoap |
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|