include $(TOPDIR)/rules.mk

APP_TITLE:=VuCI UI Support for Samba application

ifneq (,$(filter m,$(CONFIG_PACKAGE_vuci-app-samba-ui))$(DUMP))
	APP_TLT_NAME:=Network shares
	APP_ROUTER:=$(TLT_PLATFORM_NAME)
	APP_APP_NAME:=samba36-server
	APP_HW_INFO:=usb/sd_card
endif

include ../app.mk

define Package/vuci-app-samba-ui/description
	Samba is a software solution for using the Server Message Block (SMB)
	networking protocol, which provides shared file access between
	nodes on a computer network.
endef

# call BuildPackage - OpenWrt buildroot signature
