Skip to content

Commit

Permalink
liborcania: Install library on target
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Lane <[email protected]>
  • Loading branch information
vidplace7 committed Dec 10, 2024
1 parent 0ca4794 commit f2ed55b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions libs/liborcania/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=liborcania
PKG_VERSION:=2.3.0
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/babelouest/orcania/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=b1b5550523164eca0f59099e843177684c5017c6088284123880cffd4c6dbbde

PKG_MAINTAINER:=Toni Uhlig <[email protected]>
PKG_MAINTAINER:=Toni Uhlig <[email protected]>, Austin Lane <[email protected]>
PKG_LICENSE:=LGPL-2.1-or-later
PKG_LICENSE_FILES:=LICENSE

Expand All @@ -35,4 +35,9 @@ define Package/liborcania/description
Potluck with different functions for different purposes that can be shared among C programs.
endef

define Package/liborcania/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/liborcania.so* $(1)/usr/lib/
endef

$(eval $(call BuildPackage,liborcania))

0 comments on commit f2ed55b

Please sign in to comment.