[package] install gsl headers in usr/include/gsl
Signed-off-by: Rainer Poisel <rainer.poisel@fhstp.ac.at> git-svn-id: svn://svn.openwrt.org/openwrt/packages@23520 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b8243fc599
commit
3f3837757c
@ -43,8 +43,8 @@ define Package/libgsl/install
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/gsl/*.h $(1)/usr/include/
|
||||
$(INSTALL_DIR) $(1)/usr/include/gsl $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/gsl/*.h $(1)/usr/include/gsl
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libgsl.* $(1)/usr/lib/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libgslcblas.* $(1)/usr/lib/
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user