summaryrefslogtreecommitdiffstats
path: root/package/boinc/Config.in
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2017-10-29 17:12:55 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-29 18:17:02 +0100
commit6820ce4862c53129c30eaa73e906d6ba9f4734e3 (patch)
tree7c3617958532a874437a8f8f8a8f997830e3fdcd /package/boinc/Config.in
parent73edec89436758d74a880b95125a4715ed905589 (diff)
downloadbuildroot-6820ce4862c53129c30eaa73e906d6ba9f4734e3.tar.gz
buildroot-6820ce4862c53129c30eaa73e906d6ba9f4734e3.zip
boinc: new package
Open-source software for volunteer computing and grid computing. Use the idle time on your computer to cure diseases, study global warming, discover pulsars, and do many other types of scientific research. https://boinc.berkeley.edu Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Bernd: - bumped to version 7.8.3 - removed patches which where applied upstream - added myself to DEVELOPERS as well] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/boinc/Config.in')
-rw-r--r--package/boinc/Config.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/boinc/Config.in b/package/boinc/Config.in
new file mode 100644
index 0000000000..5239019a57
--- /dev/null
+++ b/package/boinc/Config.in
@@ -0,0 +1,22 @@
+config BR2_PACKAGE_BOINC
+ bool "boinc"
+ depends on BR2_USE_MMU # fork()
+ depends on !BR2_STATIC_LIBS # dlfcn.h
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_INSTALL_LIBSTDCPP
+ select BR2_PACKAGE_LIBCURL
+ select BR2_PACKAGE_OPENSSL
+ help
+ Open-source software for volunteer computing and grid
+ computing.
+
+ Use the idle time on your computer to cure diseases, study
+ global warming, discover pulsars, and do many other types of
+ scientific research.
+
+ https://boinc.berkeley.edu
+
+comment "boinc needs a toolchain w/ dynamic library, C++, threads"
+ depends on BR2_USE_MMU
+ depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
+ || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud