1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/utils/bmx7-dnsupdate/Makefile
Deng Qingfang 17496030e2 treewide: add missing PKGARCH:=all to non-binary packages
Packages such as Perl, Lua, shell scripts don't generate binary files.
Add PKGARCH:=all to them.

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-03-30 17:11:50 +08:00

29 lines
512 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=bmx7-dnsupdate
PKG_VERSION:=0.1
PKG_RELEASE:=2
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
PKGARCH:=all
endef
define Build/Compile
endef
define Build/Configure
endef
define Package/bmx7-dnsupdate/install
$(CP) files/* $(1)/
endef
$(eval $(call BuildPackage,bmx7-dnsupdate))