endef
define Package/libhowl/description
-
Howl is a cross-platform implementation of Zeroconf networking.
This package contains the Howl shared libraries, used by other programs.
endef
endef
define Package/howl-autoipd/description
-
Howl is a cross-platform implementation of Zeroconf networking.
This package contains an IPv4 Link-Local address self-assigner daemon.
endef
endef
define Package/howl-mdnsresponder/description
-
Howl is a cross-platform implementation of Zeroconf networking.
This package contains an mDNS (Multicast DNS) service responder daemon.
endef
endef
define Package/howl-nifd/description
-
-
This package contains a network interface monitor daemon.
endef
endef
define Package/howl-utils/description
-
-
This package contains mDNS (Multicast DNS) client utilities.
endef
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_DATA) ./files/autoipd.init $(1)/etc/init.d/autoipd
endef
-
+
define Package/howl-mdnsresponder/install
$(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_INSTALL_DIR)/usr/bin/mDNSResponder $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_DATA) ./files/nifd.init $(1)/etc/init.d/nifd
endef
-
+
define Package/howl-utils/install
$(INSTALL_DIR) $(1)/usr/bin
$(CP) $(PKG_INSTALL_DIR)/usr/bin/mDNS{Browse,Publish,Query,Resolve} $(1)/usr/bin/
endef
-
+
$(eval $(call BuildPackage,libhowl))
$(eval $(call BuildPackage,howl-autoipd))
$(eval $(call BuildPackage,howl-mdnsresponder))