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.

28 lines
512 B

  1. include $(TOPDIR)/rules.mk
  2. PKG_NAME:=bmx7-dnsupdate
  3. PKG_VERSION:=0.1
  4. PKG_RELEASE:=3
  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. PKGARCH:=all
  13. endef
  14. define Build/Compile
  15. endef
  16. define Build/Configure
  17. endef
  18. define Package/bmx7-dnsupdate/install
  19. $(CP) files/* $(1)/
  20. endef
  21. $(eval $(call BuildPackage,bmx7-dnsupdate))