Skip to content

Commit 67dee9c

Browse files
committed
qt5serialbus: add package
Signed-off-by: Tito Brasolin <tito.brasolin@gmail.com>
1 parent 1874e84 commit 67dee9c

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
#
2+
# Copyright (C) 2020 OpenWrt
3+
# Author: Mirko Vogt <mirko-openwrt@nanl.de>
4+
# Author: Tito Brasolin <tito.brasolin@gmail.com>
5+
# This is free software, licensed under the GNU General Public License v2.
6+
# See /LICENSE for more information.
7+
#
8+
9+
include $(TOPDIR)/rules.mk
10+
11+
PKG_NAME:=qt5serialbus
12+
PKG_RELEASE:=1
13+
PKG_HASH:=8d600747367532ed563e75b8ace8dc2e4e4fca9280a964281b2a1ad49e0eeab6
14+
15+
PKG_BUILD_DEPENDS:=qt5base
16+
17+
include ../common.mk
18+
include $(INCLUDE_DIR)/package.mk
19+
include $(INCLUDE_DIR)/nls.mk
20+
include ../qmake.mk
21+
22+
define Package/qt5serialbus
23+
SECTION:=video-frameworks
24+
CATEGORY:=Video
25+
SUBMENU:=Frameworks and Toolkits
26+
TITLE:=qt5serialbus
27+
URL:=http://qt.io
28+
DEPENDS:=+qt5base-network +qt5serialport
29+
endef
30+
31+
define Build/InstallDev
32+
$(call Build/Install/HostFiles,$(1))
33+
$(call Build/Install/Headers,$(1))
34+
$(call Build/Install/Libs,$(1),*)
35+
endef
36+
37+
define Package/qt5serialbus/install
38+
$(call Build/Install/Libs,$(1),libQt5SerialBus)
39+
endef
40+
41+
$(eval $(call BuildPackage,qt5serialbus))

0 commit comments

Comments
 (0)