libnetwork: Changed Makefile layout to match runc
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
This commit is contained in:
parent
fa5e049513
commit
d13f761293
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,10 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libnetwork
|
PKG_NAME:=libnetwork
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
GO_PKG:=github.com/docker/libnetwork
|
|
||||||
GO_PKG_BUILD_PKG:= \
|
|
||||||
$(GO_PKG)/cmd/proxy \
|
|
||||||
$(GO_PKG)/cmd/dnet
|
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://$(GO_PKG)
|
PKG_SOURCE_URL:=https://$(GO_PKG)
|
||||||
PKG_SOURCE_VERSION:=026aabaa659832804b01754aaadd2c0f420c68b6
|
PKG_SOURCE_VERSION:=026aabaa659832804b01754aaadd2c0f420c68b6
|
||||||
|
@ -21,6 +16,11 @@ PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
||||||
PKG_BUILD_DEPENDS:=golang/host
|
PKG_BUILD_DEPENDS:=golang/host
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
|
GO_PKG:=github.com/docker/libnetwork
|
||||||
|
GO_PKG_BUILD_PKG:= \
|
||||||
|
$(GO_PKG)/cmd/proxy \
|
||||||
|
$(GO_PKG)/cmd/dnet
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../../lang/golang/golang-package.mk
|
include ../../lang/golang/golang-package.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue