libs/xmlrpc-c: install pkgconf files
Copy *.pc files into the staging directory. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
parent
8c8a335eaf
commit
7726e081cd
1 changed files with 4 additions and 0 deletions
|
@ -119,6 +119,7 @@ define Build/InstallDev
|
|||
$(1)/usr/include \
|
||||
$(1)/usr/lib \
|
||||
$(1)/usr/bin \
|
||||
$(1)/usr/lib/pkgconfig \
|
||||
$(2)/bin
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/include/* \
|
||||
|
@ -136,6 +137,9 @@ define Build/InstallDev
|
|||
$(SED) \
|
||||
's,LIBINST_DIR="/usr/lib",LIBINST_DIR="$(STAGING_DIR)/usr/lib",g' \
|
||||
$(2)/bin/xmlrpc-c-config
|
||||
$(INSTALL_DATA) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig/*.pc \
|
||||
$(1)/usr/lib/pkgconfig/
|
||||
endef
|
||||
|
||||
define Package/xmlrpc-c-libxml2/install
|
||||
|
|
Loading…
Reference in a new issue