Skip to content

Commit

Permalink
isc-dhcp: Use apk-compatible versioning
Browse files Browse the repository at this point in the history
Adjust isc-dhcp versioning to be compatible with APK.

Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
robimarko committed Nov 13, 2024
1 parent 5313dd9 commit 1137da2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions net/isc-dhcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,25 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=isc-dhcp
UPSTREAM_NAME:=dhcp
PKG_VERSION:=4.4.3-P1
PKG_REALVERSION:=4.4.3-P1
PKG_VERSION:=4.4.3_p1
PKG_RELEASE:=8

PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Philip Prindeville <[email protected]>
PKG_CPE_ID:=cpe:/a:isc:dhcp

PKG_SOURCE:=$(UPSTREAM_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.isc.org/isc/dhcp/$(PKG_VERSION) \
http://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/dhcp/$(PKG_VERSION) \
http://ftp.iij.ad.jp/pub/network/isc/dhcp/$(PKG_VERSION)
PKG_SOURCE:=$(UPSTREAM_NAME)-$(PKG_REALVERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.isc.org/isc/dhcp/$(PKG_REALVERSION) \
http://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/dhcp/$(PKG_REALVERSION) \
http://ftp.iij.ad.jp/pub/network/isc/dhcp/$(PKG_REALVERSION)
PKG_HASH:=0ac416bb55997ca8632174fd10737fd61cdb8dba2752160a335775bc21dc73c7

PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL:=1

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(UPSTREAM_NAME)-$(PKG_VERSION)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(UPSTREAM_NAME)-$(PKG_REALVERSION)

include $(INCLUDE_DIR)/package.mk

Expand Down

0 comments on commit 1137da2

Please sign in to comment.