litecoin: update to 0.8.7.4 and fix file conflicts with bitcoin.
This commit is contained in:
parent
cc87ccd4ca
commit
44fb188778
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'litecoin'
|
||||
pkgname=litecoin
|
||||
version=0.8.7.1
|
||||
revision=4
|
||||
version=0.8.7.4
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version}"
|
||||
hostmakedepends="which git"
|
||||
hostmakedepends="git"
|
||||
makedepends="zlib-devel db-devel>=5.3 libressl-devel boost-devel>=1.54 automoc4 miniupnpc-devel>=1.9"
|
||||
short_desc="Peer-to-peer Internet currency based on scrypt cryptography"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -19,7 +19,7 @@ do_build() {
|
|||
do_install() {
|
||||
vbin src/litecoind
|
||||
vsconf contrib/debian/examples/bitcoin.conf
|
||||
vman contrib/debian/manpages/bitcoind.1
|
||||
vman contrib/debian/manpages/bitcoin.conf.5
|
||||
vman contrib/debian/manpages/bitcoind.1 litecoin-bitcoind.1
|
||||
vman contrib/debian/manpages/bitcoin.conf.5 litecoin-bitcoin.conf.5
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue