mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #7605 from cotequeiroz/libtins_soname
libtins: copy libtins.so.* to package
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libtins
|
PKG_NAME:=libtins
|
||||||
PKG_VERSION:=4.0
|
PKG_VERSION:=4.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:= Steven Hessing <steven.hessing@gmail.com>
|
PKG_MAINTAINER:= Steven Hessing <steven.hessing@gmail.com>
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ endef
|
|||||||
|
|
||||||
define Package/libtins/install
|
define Package/libtins/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libtins.so $(1)/usr/lib/
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libtins.so.* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libtins))
|
$(eval $(call BuildPackage,libtins))
|
||||||
|
|||||||
Reference in New Issue
Block a user