1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg: relic: add license information, cleanup

This commit is contained in:
Kaspar Schleiser 2017-01-08 21:55:46 +01:00
parent c1e738b743
commit e151c03871

View File

@ -1,11 +1,7 @@
PKG_NAME=relic
PKG_URL=http://github.com/relic-toolkit/relic.git
PKG_URL=https://github.com/relic-toolkit/relic.git
PKG_VERSION=cdcfaeef101d18c3231c3b46359c519dd72682e8
ifneq ($(RIOTBASE),)
INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \
-I$(RIOTBASE)/sys/posix/include -I$(RIOTBASE)/sys/posix/pnet/include
endif
PKG_LICENSE=LGPL-2.1
.PHONY: all