You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
497 B

  1. include $(TOPDIR)/rules.mk
  2. PKG_NAME:=bmx7-dnsupdate
  3. PKG_VERSION:=0.1
  4. PKG_RELEASE:=2
  5. include $(INCLUDE_DIR)/package.mk
  6. define Package/bmx7-dnsupdate
  7. SECTION:=utils
  8. CATEGORY:=Utilities
  9. TITLE:=bmx7-dnsupdate
  10. MAINTAINER:=Paul Spooren <spooren@informatik.uni-leipzig.de>
  11. DEPENDS:=+bmx7 +bmx7-json inotifywait jshn
  12. endef
  13. define Build/Compile
  14. endef
  15. define Build/Configure
  16. endef
  17. define Package/bmx7-dnsupdate/install
  18. $(CP) files/* $(1)/
  19. endef
  20. $(eval $(call BuildPackage,bmx7-dnsupdate))