2018-04-16 08:34:26 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=bmx7-dnsupdate
|
|
|
|
PKG_VERSION:=0.1
|
2018-04-21 12:20:54 +00:00
|
|
|
PKG_RELEASE:=2
|
2018-04-16 08:34:26 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
|
|
|
define Package/bmx7-dnsupdate
|
|
|
|
SECTION:=utils
|
|
|
|
CATEGORY:=Utilities
|
|
|
|
TITLE:=bmx7-dnsupdate
|
|
|
|
MAINTAINER:=Paul Spooren <spooren@informatik.uni-leipzig.de>
|
|
|
|
DEPENDS:=+bmx7 +bmx7-json inotifywait jshn
|
2019-01-28 06:38:44 +00:00
|
|
|
PKGARCH:=all
|
2018-04-16 08:34:26 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/Compile
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/Configure
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/bmx7-dnsupdate/install
|
|
|
|
$(CP) files/* $(1)/
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildPackage,bmx7-dnsupdate))
|