# Template file for 'litecoin'
pkgname=litecoin
version=0.8.5.1
revision=1
wrksrc="${pkgname}-${version}"
hostmakedepends="which"
makedepends="db-devel>=5.3 openssl-devel boost-devel>=1.54 automoc4 miniupnpc-devel>=1.8"
short_desc="Peer-to-peer Internet currency based on scrypt cryptography"
maintainer="pancake <pancake@nopcode.org>"
license="MIT"
homepage="http://www.litecoin.org/"

do_fetch() {
	git clone -b v${version} git://github.com/litecoin-project/litecoin.git ${pkgname}-${version}
}

do_build() {
	make ${makejobs} -f makefile.unix -C src CXXFLAGS="$CXXFLAGS" USE_UPNP=1
}

do_install() {
	vinstall src/litecoind 755 usr/bin
	vinstall contrib/debian/examples/bitcoin.conf 644 usr/share/examples/$pkgname
	vinstall contrib/debian/manpages/bitcoind.1 644 usr/share/man/man1/litecoind.1
	vinstall contrib/debian/manpages/bitcoin.conf.5 644 usr/share/man/man5/litecoin.conf.5
	vinstall COPYING 644 usr/share/licenses/$pkgname
}
