libusbmuxd: Several fixes

Add myself as maintainer.

Add PKG_CPE_ID.

Add submenu for easier readability.

Install extra tool.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2019-12-16 12:37:50 -08:00
parent fb7ed3d996
commit 09799e54c6
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with 6 additions and 3 deletions

View File

@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libusbmuxd PKG_NAME:=libusbmuxd
PKG_SOURCE_VERSION:=2.0.1 PKG_SOURCE_VERSION:=2.0.1
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/libimobiledevice/libusbmuxd PKG_SOURCE_URL:=https://github.com/libimobiledevice/libusbmuxd
PKG_MIRROR_HASH:=5078125cd4fe8c7294d4f195a8adfd1fc302101daf5d53e4cc242c3097eef8b6 PKG_MIRROR_HASH:=5078125cd4fe8c7294d4f195a8adfd1fc302101daf5d53e4cc242c3097eef8b6
PKG_MAINTAINER:= PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>
PKG_CPE_ID:=cpe:/a:libimobiledevice:libusbmuxd
PKG_FIXUP:=autoreconf PKG_FIXUP:=autoreconf
PKG_INSTALL:=1 PKG_INSTALL:=1
@ -26,6 +27,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/libusbmuxd/Default define Package/libusbmuxd/Default
TITLE:=USB multiplexing daemon TITLE:=USB multiplexing daemon
URL:=https://www.libimobiledevice.org/ URL:=https://www.libimobiledevice.org/
SUBMENU:=libimobiledevice
endef endef
define Package/libusbmuxd/Default/description define Package/libusbmuxd/Default/description
@ -83,7 +85,8 @@ endef
define Package/libusbmuxd-utils/install define Package/libusbmuxd-utils/install
$(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/bin
$(CP) $(PKG_INSTALL_DIR)/usr/bin/iproxy $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/iproxy $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/inetcat $(1)/usr/bin/
endef endef
$(eval $(call BuildPackage,libusbmuxd)) $(eval $(call BuildPackage,libusbmuxd))