Ticket #47577: finance-bitcoin-Portfile-0.10.1.diff
File finance-bitcoin-Portfile-0.10.1.diff, 2.2 KB (added by easye, 10 years ago) |
---|
-
Portfile
5 5 6 6 name bitcoin 7 7 categories finance crypto 8 version 0.10. 08 version 0.10.1 9 9 platforms darwin 10 10 license MIT 11 11 maintainers easieste yopmail.com:sami.laine openmaintainer … … 17 17 operating through the nodes of the network. 18 18 homepage http://www.bitcoin.org/ 19 19 20 master_sites https://github.com/[string repeat "$name/" 2]archive/ 21 distname v${version} 20 #master_sites https://github.com/[string repeat "$name/" 2]archive/ 21 master_sites https://bitcoin.org/bin/bitcoin-core-0.10.1/ 22 #distname v${version} 22 23 worksrcdir ${name}-${version} 23 checksums rmd160 4f0148a29071f7aff727cc1d617abc4d4932889e\24 sha256 be57f3b0d64a797873189e45851f3b3510832e14ff18b5f563e1ba8911d145ac24 checksums rmd160 5aeaaeeff59d77b9f8e1a5a3bba04379d7190c73 \ 25 sha256 287873f9ba4fd49cd4e4be7eba070d2606878f1690c5be0273164d37cbf3c138 25 26 26 27 depends_build port:pkgconfig \ 27 28 port:autoconf \ … … 34 35 port:miniupnpc \ 35 36 port:protobuf-cpp 36 37 37 use_autoreconf yes38 autoreconf.cmd ./autogen.sh39 autoreconf.args38 #use_autoreconf yes 39 #autoreconf.cmd ./autogen.sh 40 #autoreconf.args 40 41 41 42 #configure.args --with-gui=no 42 43 #build.args … … 58 59 59 60 destroot { 60 61 xinstall -d ${destroot}${prefix}/bin 61 if {![variant_isset daemon]} {62 set bundle_name Bitcoin-Qt.app63 xinstall -m 755 -d ${destroot}${applications_dir}64 copy ${worksrcpath}/${bundle_name} ${destroot}${applications_dir}/${bundle_name}65 }62 # if {![variant_isset daemon]} { 63 # set bundle_name Bitcoin-Qt.app 64 # xinstall -m 755 -d ${destroot}${applications_dir} 65 # copy ${worksrcpath}/${bundle_name} ${destroot}${applications_dir}/${bundle_name} 66 # } 66 67 xinstall -m 755 -W ${worksrcpath} src/bitcoind ${destroot}${prefix}/bin 67 68 xinstall -m 755 -W ${worksrcpath} src/bitcoin-cli ${destroot}${prefix}/bin 68 69