Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unrar: add Build/InstallDev define #2060

Closed
wants to merge 2 commits into from
Closed

unrar: add Build/InstallDev define #2060

wants to merge 2 commits into from

Conversation

kolyagora
Copy link

Copy headers and compiled library into STAGING_DIR to make available to other packages that may depend on them.

Signed-off-by: Nikolay Podoprigora volzhanin@gmail.com

Signed-off-by: Nikolay Podoprigora <volzhanin@gmail.com>
@Noltari
Copy link
Member

Noltari commented Dec 1, 2015

I still need to review this, but some things you need to fix:

  1. Use $(1) instead of $(STAGING_DIR)
  2. Install everything under /usr/lib and not under /lib/.
  3. Bump package release.

$(INSTALL_DIR) $(1)/usr/include/unrar
$(CP) $(PKG_BUILD_DIR)/*.hpp $(1)/usr/include/unrar
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libunrar.so $(1)/usr/lib

@Noltari Noltari self-assigned this Dec 1, 2015
Signed-off-by: Nikolay Podoprigora <volzhanin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants