New package: namecoin-0.13.99
This commit is contained in:
parent
b02965fcac
commit
819005eb5c
1 changed files with 28 additions and 0 deletions
28
srcpkgs/namecoin/template
Normal file
28
srcpkgs/namecoin/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'namecoin'
|
||||||
|
pkgname=namecoin
|
||||||
|
version=0.13.99
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="pkg-config yasm automake libtool"
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="libevent-devel db-devel protobuf-devel boost-devel miniupnpc-devel libevent-devel qrencode-devel"
|
||||||
|
short_desc="Distributed key/value database"
|
||||||
|
maintainer="ananteris <ananteris@protonmail.ch>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://namecoin.org"
|
||||||
|
wrksrc="${pkgname}-core-nc${version}-name-tab-beta1"
|
||||||
|
distfiles="https://github.com/${pkgname}/${pkgname}-core/archive/nc${version}-name-tab-beta1.tar.gz"
|
||||||
|
checksum=f0961d2960f246612fc0811936c2a0da22fb5e9face30ea50923f920a4b1b880
|
||||||
|
configure_args="--with-incompatible-bdb --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
|
|
||||||
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
*-musl)
|
||||||
|
broken="https://travis-ci.org/voidlinux/void-packages/builds/184320677" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
Reference in a new issue