mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
litecoin: update to 0.8.5.1.
This commit is contained in:
parent
7539faf6b7
commit
3792be04a4
1 changed files with 7 additions and 5 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'litecoin'
|
# Template file for 'litecoin'
|
||||||
pkgname=litecoin
|
pkgname=litecoin
|
||||||
version=0.6.9.2
|
version=0.8.5.1
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}"
|
wrksrc="${pkgname}-${version}"
|
||||||
hostmakedepends="which"
|
hostmakedepends="which"
|
||||||
makedepends="db-devel>=5.3 openssl-devel boost-devel>=1.53 automoc4 miniupnpc-devel"
|
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"
|
short_desc="Peer-to-peer Internet currency based on scrypt cryptography"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.litecoin.org/"
|
homepage="http://www.litecoin.org/"
|
||||||
distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz"
|
|
||||||
checksum=5528ce2e6b4fd797128176743a14552d241b1ca61f742d6f96f199b02d494c08
|
do_fetch() {
|
||||||
|
git clone -b v${version} git://github.com/litecoin-project/litecoin.git ${pkgname}-${version}
|
||||||
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} -f makefile.unix -C src CXXFLAGS="$CXXFLAGS" USE_UPNP=1
|
make ${makejobs} -f makefile.unix -C src CXXFLAGS="$CXXFLAGS" USE_UPNP=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue