litecoin: update to 0.10.0.2.

This commit is contained in:
Juan RP 2015-02-08 09:49:48 +01:00
parent a49c05b041
commit 8ee1c70b90

View file

@ -1,23 +1,25 @@
# Template file for 'litecoin' # Template file for 'litecoin'
pkgname=litecoin pkgname=litecoin
version=0.8.7.5 version=0.10.0.2
revision=3 revision=1
wrksrc="${pkgname}-${version}" wrksrc="${pkgname}-${version}"
hostmakedepends="git" build_style=gnu-configure
makedepends="zlib-devel db-devel>=5.3 libressl-devel>=2.1.3 boost-devel>=1.54 automoc4 miniupnpc-devel>=1.9" configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests"
hostmakedepends="automake libtool pkg-config yasm"
makedepends="zlib-devel db-devel>=5.3 libressl-devel>=2.1.3 boost-devel>=1.54
qt5-tools-devel miniupnpc-devel>=1.9 protobuf-devel"
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>"
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=1f7979003a83371cea28db446637b5691d2eeade91edb8869754ef588d9aed38
do_fetch() { pre_configure() {
git clone -b v${version} git://github.com/litecoin-project/litecoin.git ${pkgname}-${version} NOCONFIGURE=1 ./autogen.sh
} }
do_build() { post_install() {
make ${makejobs} -f makefile.unix -C src CXXFLAGS="$CXXFLAGS" USE_UPNP=1 rm -rf ${DESTDIR}/usr/include
}
do_install() {
vbin src/litecoind
vsconf contrib/debian/examples/bitcoin.conf vsconf contrib/debian/examples/bitcoin.conf
vman contrib/debian/manpages/bitcoind.1 litecoin-bitcoind.1 vman contrib/debian/manpages/bitcoind.1 litecoin-bitcoind.1
vman contrib/debian/manpages/bitcoin.conf.5 litecoin-bitcoin.conf.5 vman contrib/debian/manpages/bitcoin.conf.5 litecoin-bitcoin.conf.5