From 09799e54c68f130cfa0e3e9cf1b828212d09e9af Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 16 Dec 2019 12:37:50 -0800 Subject: [PATCH] libusbmuxd: Several fixes Add myself as maintainer. Add PKG_CPE_ID. Add submenu for easier readability. Install extra tool. Signed-off-by: Rosen Penev --- libs/libusbmuxd/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libs/libusbmuxd/Makefile b/libs/libusbmuxd/Makefile index 03909de34..215660c5e 100644 --- a/libs/libusbmuxd/Makefile +++ b/libs/libusbmuxd/Makefile @@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libusbmuxd PKG_SOURCE_VERSION:=2.0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/libimobiledevice/libusbmuxd PKG_MIRROR_HASH:=5078125cd4fe8c7294d4f195a8adfd1fc302101daf5d53e4cc242c3097eef8b6 -PKG_MAINTAINER:= +PKG_MAINTAINER:=Rosen Penev +PKG_CPE_ID:=cpe:/a:libimobiledevice:libusbmuxd PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -26,6 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libusbmuxd/Default TITLE:=USB multiplexing daemon URL:=https://www.libimobiledevice.org/ + SUBMENU:=libimobiledevice endef define Package/libusbmuxd/Default/description @@ -83,7 +85,8 @@ endef define Package/libusbmuxd-utils/install $(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 $(eval $(call BuildPackage,libusbmuxd))