mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/ipcalc: use gitlab macro
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
37e56d855d
commit
d4e2b61b26
@@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
IPCALC_VERSION = 1.0.0
|
IPCALC_VERSION = 1.0.0
|
||||||
IPCALC_SITE = https://gitlab.com/ipcalc/ipcalc/-/archive/$(IPCALC_VERSION)
|
IPCALC_SITE = $(call gitlab,ipcalc,ipcalc,$(IPCALC_VERSION))
|
||||||
IPCALC_SOURCE = ipcalc-$(IPCALC_VERSION).tar.bz2
|
IPCALC_SOURCE = ipcalc-$(IPCALC_VERSION).tar.bz2
|
||||||
IPCALC_LICENSE = GPL-2.0+
|
IPCALC_LICENSE = GPL-2.0+
|
||||||
IPCALC_LICENSE_FILES = COPYING
|
IPCALC_LICENSE_FILES = COPYING
|
||||||
|
|||||||
Reference in New Issue
Block a user