2013-04-26 10:50:18 +00:00
|
|
|
# Template file for 'litecoin'
|
|
|
|
pkgname=litecoin
|
|
|
|
version=0.6.3c
|
2013-05-10 05:20:57 +00:00
|
|
|
revision=3
|
2013-04-26 10:50:18 +00:00
|
|
|
wrksrc="${pkgname}-${version}"
|
|
|
|
hostmakedepends="which"
|
2013-05-09 14:26:34 +00:00
|
|
|
makedepends="db-devel>=5.3 openssl-devel boost-devel automoc4 miniupnpc-devel"
|
2013-04-26 10:50:18 +00:00
|
|
|
short_desc="Peer-to-peer Internet currency based on scrypt cryptography"
|
|
|
|
maintainer="pancake <pancake@nopcode.org>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="http://www.litecoin.org/"
|
|
|
|
distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz"
|
|
|
|
checksum=f566d24a1c05392329fbaabf3d09f8244d2da52de320ede4d8476f1f1f835bac
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
litecoin_package() {
|
|
|
|
pkg_install() {
|
2013-05-09 14:26:34 +00:00
|
|
|
vmove all
|
2013-04-26 10:50:18 +00:00
|
|
|
}
|
|
|
|
}
|