# # Copyright (C) 2020 OpenWrt # Author: Mirko Vogt # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk PKG_NAME:=qt5translations PKG_RELEASE:=1 PKG_HASH:=415dbbb82a75dfc9a7be969e743bee54c0e6867be37bce4cf8f03da39f20112a include ../common.mk include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk include ../qmake.mk PKG_BUILD_DEPENDS:=qt5tools/host define Package/qt5translations SECTION:=video-frameworks CATEGORY:=Video SUBMENU:=Frameworks and Toolkits TITLE:=qt5translations URL:=http://qt.io MAINTAINER:=Mirko Vogt endef define Package/qt5translations/install $(call Build/Install/Translations,$(1),*) endef $(eval $(call BuildPackage,qt5translations))