void-packages/srcpkgs/litecoin/template

28 lines
1,019 B
Text
Raw Normal View History

2013-04-26 10:50:18 +00:00
# Template file for 'litecoin'
pkgname=litecoin
2015-02-08 08:49:48 +00:00
version=0.10.0.2
revision=1
2013-04-26 10:50:18 +00:00
wrksrc="${pkgname}-${version}"
2015-02-08 08:49:48 +00:00
build_style=gnu-configure
configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests"
hostmakedepends="automake libtool pkg-config yasm"
makedepends="zlib-devel db-devel>=5.3 libressl-devel>=2.1.3 boost-devel>=1.54
qt5-tools-devel miniupnpc-devel>=1.9 protobuf-devel"
2013-04-26 10:50:18 +00:00
short_desc="Peer-to-peer Internet currency based on scrypt cryptography"
2014-06-08 09:39:08 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
2013-04-26 10:50:18 +00:00
license="MIT"
homepage="http://www.litecoin.org/"
2015-02-08 08:49:48 +00:00
distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz"
checksum=1f7979003a83371cea28db446637b5691d2eeade91edb8869754ef588d9aed38
2013-10-29 10:44:29 +00:00
2015-02-08 08:49:48 +00:00
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
2013-10-29 10:44:29 +00:00
}
2015-02-08 08:49:48 +00:00
post_install() {
rm -rf ${DESTDIR}/usr/include
2014-07-15 15:04:01 +00:00
vsconf contrib/debian/examples/bitcoin.conf
vman contrib/debian/manpages/bitcoind.1 litecoin-bitcoind.1
vman contrib/debian/manpages/bitcoin.conf.5 litecoin-bitcoin.conf.5
2014-07-15 15:04:01 +00:00
vlicense COPYING
2013-04-26 10:50:18 +00:00
}