spandsp: put back accidentally missed header files
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
25ad34d61e
commit
fccc851043
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=spandsp
|
PKG_NAME:=spandsp
|
||||||
PKG_VERSION:=0.0.6
|
PKG_VERSION:=0.0.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.soft-switch.org/downloads/spandsp/
|
PKG_SOURCE_URL:=http://www.soft-switch.org/downloads/spandsp/
|
||||||
|
@ -41,6 +41,9 @@ define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/spandsp
|
$(INSTALL_DIR) $(1)/usr/include/spandsp
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/spandsp/*.h $(1)/usr/include/spandsp/
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/spandsp/*.h $(1)/usr/include/spandsp/
|
||||||
|
|
||||||
|
$(INSTALL_DIR) $(1)/usr/include/spandsp/private
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/spandsp/private/*.h $(1)/usr/include/spandsp/private/
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
|
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/spandsp.pc $(1)/usr/lib/pkgconfig/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/spandsp.pc $(1)/usr/lib/pkgconfig/
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue