ksmbd-tools: update to 3.5.1
[feed/packages.git] / utils / bmx7-dnsupdate / Makefile
1 include $(TOPDIR)/rules.mk
2
3 PKG_NAME:=bmx7-dnsupdate
4 PKG_VERSION:=0.1
5 PKG_RELEASE:=3
6
7 include $(INCLUDE_DIR)/package.mk
8
9 define Package/bmx7-dnsupdate
10 SECTION:=utils
11 CATEGORY:=Utilities
12 TITLE:=bmx7-dnsupdate
13 MAINTAINER:=Paul Spooren <spooren@informatik.uni-leipzig.de>
14 DEPENDS:=+bmx7 +bmx7-json inotifywait jshn
15 PKGARCH:=all
16 endef
17
18 define Build/Compile
19 endef
20
21 define Build/Configure
22 endef
23
24 define Package/bmx7-dnsupdate/install
25 $(CP) files/* $(1)/
26 endef
27
28 $(eval $(call BuildPackage,bmx7-dnsupdate))