Browse Source

Merge pull request #8621 from mrkiko/strophe_pkg_config

libstrophe: Install pkg-config .pc file
lilik-openwrt-22.03
Rosen Penev 6 years ago
committed by GitHub
parent
commit
9fe34133ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      libs/libstrophe/Makefile

+ 5
- 1
libs/libstrophe/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libstrophe
PKG_VERSION:=0.9.2
PKG_RELEASE=1
PKG_RELEASE=2
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILES:=COPYING
@ -56,7 +56,11 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/include/ $(1)/usr/
$(INSTALL_DIR) $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libstrophe.{la,a,so*} $(1)/usr/lib/
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libstrophe.pc \
$(1)/usr/lib/pkgconfig/
endef
define Package/libstrophe/install


Loading…
Cancel
Save