Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bird2
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2021-03-25 14:26:41 +0300
committerMoritz Warning <moritzwarning@web.de>2021-03-26 12:06:24 +0300
commitb38a46acd54879cd56de433a5e86c2dcf4b8b151 (patch)
treef330b8f17d7d4c85851addc7862cb433faae59db /bird2
parentdcff996cbefb6c54017b3d2fd20c9f77f4cdeabd (diff)
bird2: Makefile polishing
- Just small reodering of some rows to be more consistent with packages feed - Fix deprecated SPDX License Identifier Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'bird2')
-rw-r--r--bird2/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/bird2/Makefile b/bird2/Makefile
index 4a0c93b..cdc6ec1 100644
--- a/bird2/Makefile
+++ b/bird2/Makefile
@@ -13,11 +13,12 @@ PKG_RELEASE:=1
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
PKG_HASH:=19d2de83ee25a307b9e5b9e58797dd68766d439bcee33e3ac617ed502370e7f6
-PKG_BUILD_DEPENDS:=ncurses readline
+
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
-PKG_BUILD_DIR:=$(BUILD_DIR)/bird-$(PKG_VERSION)
+PKG_LICENSE:=GPL-2.0-or-later
-PKG_LICENSE:=GPL-2.0
+PKG_BUILD_DEPENDS:=ncurses readline
+PKG_BUILD_DIR:=$(BUILD_DIR)/bird-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk