Skip to content

Commit

Permalink
finance/libbtc: Strip binary; Add .la file
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed May 7, 2022
1 parent 7a2b170 commit a6b23e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion finance/libbtc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= libbtc
PORTVERSION= g20210428
PORTREVISION= 1
CATEGORIES= finance

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -9,12 +10,14 @@ LICENSE= MIT

LIB_DEPENDS= libevent_core.so:devel/libevent

USES= autoreconf gmake libtool localbase
USES= autoreconf gmake libtool:keepla localbase # keepla for bitcoin-armory
USE_LDCONFIG= yes

USE_GITHUB= yes
GH_TAGNAME= 0793399

GNU_CONFIGURE= yes

INSTALL_TARGET= install-strip

.include <bsd.port.mk>
1 change: 1 addition & 0 deletions finance/libbtc/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ include/trezor-crypto/segwit_addr.h
include/trezor-crypto/sha2.h
include/trezor-crypto/sha3.h
lib/libbtc.a
lib/libbtc.la
lib/libbtc.so
lib/libbtc.so.0
lib/libbtc.so.0.0.0
Expand Down

0 comments on commit a6b23e7

Please sign in to comment.