mpg123: install fmt123.h file
Seems it's not included in the CMake port. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
cbaa5eb1c9
commit
3a62950214
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mpg123
|
PKG_NAME:=mpg123
|
||||||
PKG_VERSION:=1.26.3
|
PKG_VERSION:=1.26.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/mpg123
|
PKG_SOURCE_URL:=@SF/mpg123
|
||||||
|
@ -89,6 +89,7 @@ endif
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
$(INSTALL_DATA) \
|
$(INSTALL_DATA) \
|
||||||
|
$(PKG_BUILD_DIR)/src/libmpg123/fmt123.h \
|
||||||
$(PKG_INSTALL_DIR)/usr/include/mpg123.h \
|
$(PKG_INSTALL_DIR)/usr/include/mpg123.h \
|
||||||
$(PKG_INSTALL_DIR)/usr/include/out123.h \
|
$(PKG_INSTALL_DIR)/usr/include/out123.h \
|
||||||
$(PKG_INSTALL_DIR)/usr/include/syn123.h \
|
$(PKG_INSTALL_DIR)/usr/include/syn123.h \
|
||||||
|
|
Loading…
Reference in a new issue