tools/flock: add PKG_{VERSION,RELEASE}
authorPaul Spooren <mail@aparcar.org>
Wed, 22 Jul 2020 23:49:37 +0000 (13:49 -1000)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 23 Jul 2020 09:30:22 +0000 (11:30 +0200)
The stored source code of flock contains the version string of version
2.18, reflect that in the Makefile.

Motivation is the tracking of changes in the buildsystem, which requires
versioning of packages.

Signed-off-by: Paul Spooren <mail@aparcar.org>
tools/flock/Makefile

index 9939d121169cae4fafd23acdccab8e22722f83f9..cd3561bb6996c1b0a3d85257b1e94ffb6d198f5b 100644 (file)
@@ -7,6 +7,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME := flock
+PKG_VERSION := 2.18
+PKG_RELEASE := 1
 
 include $(INCLUDE_DIR)/host-build.mk