Skip to content

Commit

Permalink
ntpd: Supports apk version semantics
Browse files Browse the repository at this point in the history
See: openwrt#23706

Signed-off-by: Hirokazu MORIKAWA <[email protected]>
  • Loading branch information
nxhack committed Nov 13, 2024
1 parent 5313dd9 commit 7ffc304
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions net/ntpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ntp
PKG_VERSION:=4.2.8p17
PKG_RELEASE:=2
PKG_VERSION:=4.2.8.17
PKG_REAL_VERSION:=4.2.8p17
PKG_RELEASE:=3

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_REAL_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
PKG_HASH:=103dd272e6a66c5b8df07dce5e9a02555fcd6f1397bdfb782237328e89d3a866
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REAL_VERSION)

PKG_LICENSE:=NTP
PKG_LICENSE_FILES:=COPYRIGHT html/copyright.html
Expand Down

0 comments on commit 7ffc304

Please sign in to comment.