mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
276 B
Makefile
13 lines
276 B
Makefile
PKG_NAME=minmea
|
|
PKG_URL=https://github.com/kaspar030/minmea
|
|
PKG_VERSION=f3253039a32af98924b0606316a83c8129dff4d4
|
|
PKG_LICENSE=WTFPL
|
|
|
|
.PHONY: all
|
|
|
|
all: git-download
|
|
@cp Makefile.${PKG_NAME} $(PKG_BUILDDIR)/Makefile
|
|
"$(MAKE)" -C $(PKG_BUILDDIR)
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|