Added rippled (https://github.com/ripple/rippled).
This commit is contained in:
parent
e498ddb124
commit
8adf1a5289
4 changed files with 38 additions and 0 deletions
0
rippled/DESCR
Normal file
0
rippled/DESCR
Normal file
31
rippled/Makefile
Normal file
31
rippled/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/03/24 22:19:06 realzhtw Exp $
|
||||
|
||||
DISTNAME= rippled-0.23.0
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= http://umc8.ru/~a/pkgsrc/distfiles/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= a@umc8.ru
|
||||
HOMEPAGE= https://github.com/ripple/rippled
|
||||
COMMENT= Ripple peer-to-peer network daemon
|
||||
#LICENSE= # TODO: (see mk/license.mk)
|
||||
|
||||
BUILD_DEPENDS+= scons>=0.96.91:../../devel/scons
|
||||
DEPENDS+= openssl>=1.0.1f:../../security/openssl
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} PREFIX=${DESTDIR}${PREFIX} ${PREFIX}/bin/scons ${SCONS_ARGS}
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} PREFIX=${DESTDIR}${PREFIX} ${PREFIX}/bin/scons ${SCONS_ARGS} install
|
||||
|
||||
.include "../../devel/protobuf/buildlink3.mk"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../devel/boost-headers/buildlink3.mk"
|
||||
.include "../../devel/boost-libs/buildlink3.mk"
|
||||
|
||||
# url2pkg-marker (please do not remove this line.)
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
rippled/PLIST
Normal file
2
rippled/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/03/24 22:19:06 realzhtw Exp $
|
||||
bin/rippled
|
5
rippled/distinfo
Normal file
5
rippled/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/03/24 22:19:06 realzhtw Exp $
|
||||
|
||||
SHA1 (rippled-0.23.0.tar.bz2) = 3802d8acda41ebefaec292dc963d7ba053774ff8
|
||||
RMD160 (rippled-0.23.0.tar.bz2) = ed030771472c7430ef2b8c45601d094b171dee62
|
||||
Size (rippled-0.23.0.tar.bz2) = 4966223 bytes
|
Loading…
Reference in a new issue