litecoin: update to 0.8.7.4 and fix file conflicts with bitcoin.
This commit is contained in:
parent
cc87ccd4ca
commit
44fb188778
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'litecoin'
|
# Template file for 'litecoin'
|
||||||
pkgname=litecoin
|
pkgname=litecoin
|
||||||
version=0.8.7.1
|
version=0.8.7.4
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}"
|
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"
|
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"
|
short_desc="Peer-to-peer Internet currency based on scrypt cryptography"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -19,7 +19,7 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin src/litecoind
|
vbin src/litecoind
|
||||||
vsconf contrib/debian/examples/bitcoin.conf
|
vsconf contrib/debian/examples/bitcoin.conf
|
||||||
vman contrib/debian/manpages/bitcoind.1
|
vman contrib/debian/manpages/bitcoind.1 litecoin-bitcoind.1
|
||||||
vman contrib/debian/manpages/bitcoin.conf.5
|
vman contrib/debian/manpages/bitcoin.conf.5 litecoin-bitcoin.conf.5
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue