mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-07 07:07:02 +08:00
procps-ng: add missing InstallDev section
This package seems to be missing an InstallDev section. Had a compile failure for an application that needs to compile against libprocps Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
This commit is contained in:
parent
520b85a266
commit
ebd52e9a6c
@ -96,6 +96,12 @@ define Package/procps-ng/install
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libprocps.so* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define BuildPlugin
|
||||
define Package/procps-ng-$(1)/install
|
||||
$(INSTALL_DIR) $$(1)/usr/libexec
|
||||
|
Loading…
Reference in New Issue
Block a user