From: lam4 Subject: litecoin: added --- module: litecoin id: 393162b502c62b6348b475baa14e67bb lvu submit: litecoin lvu: db8269a81dadf0ff44025fd3ec5ee33d - uname -r: 4.2.4 kernel headers: 4.0-x86_64 gcc: 4.9.2 glibc: 2.21 --- /litecoin/BUILD | 4 ++++ /litecoin/DEPENDS | 11 +++++++++++ /litecoin/DETAILS | 21 +++++++++++++++++++++ 3 files changed, 36 insertions(+) --- diff a//litecoin b//litecoin --- a//litecoin/BUILD 1970-01-01 00:00:00.000000000 +0000 +++ b//litecoin/BUILD 2015-11-07 13:28:01.639927010 +0000 @@ -0,0 +1,4 @@ +OPTS+=" --disable-static" && +$SOURCE_DIRECTORY/autogen.sh && +default_build + --- a//litecoin/DEPENDS 1970-01-01 00:00:00.000000000 +0000 +++ b//litecoin/DEPENDS 2015-11-07 13:48:32.373575317 +0000 @@ -0,0 +1,11 @@ +depends openssl +depends boost + +optional_depends "db" "--with-incompatible-bdb --enable-wallet" "--disable-wallet" "for Wallet" +optional_depends "qt5" "--with-gui=qt5" "--with-gui=no" "for the litecoin-qt GUI interface" +if in_depends $MODULE qt5 ; then + depends protobuf + optional_depends "dbus" "--with-qtdbus" "--without-qtdbus" "for notification support" + optional_depends "qrencode" "--with-qrencode" "--without-qrencode" "for QRCode generator" +fi + --- a//litecoin/DETAILS 1970-01-01 00:00:00.000000000 +0000 +++ b//litecoin/DETAILS 2015-11-07 13:26:15.055823842 +0000 @@ -0,0 +1,21 @@ + MODULE=litecoin + VERSION=0.10.2.2 + SOURCE=v$VERSION.tar.gz + SOURCE_URL=http://github.com/litecoin-project/$MODULE/archive/ + SOURCE_VFY=sha256:952c84b181323db17a8fa23217f59b576ad3ebad92c158b3a7c29d458a1130dc + WEB_SITE=http://litecoin.org + ENTERED=20151107 + UPDATED=20151107 + SHORT="A peer-to-peer Internet currency" + +cat << EOF +Litecoin is a peer-to-peer Internet currency that enables instant, +near-zero cost payments to anyone in the world. Litecoin is an open +source, global payment network that is fully decentralized without +any central authorities. Mathematics secures the network and +empowers individuals to control their own finances. Litecoin +features faster transaction confirmation times and improved storage +efficiency than the leading math-based currency. With substantial +industry support, trade volume and liquidity, Litecoin is a proven +medium of commerce complementary to Bitcoin. +EOF