|
| 1 | +%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*- |
| 2 | +%% ex: ts=4 sw=4 et |
| 3 | + |
| 4 | +%% |
| 5 | +%% Packaging |
| 6 | +%% |
| 7 | +{package_name, "bashobench"}. |
| 8 | +{package_install_name, "bashobench"}. |
| 9 | +{package_install_user, "bashobench"}. |
| 10 | +{package_install_group, "bashobench"}. |
| 11 | +{package_install_user_desc, "bashobench user"}. |
| 12 | +{package_shortdesc, "Bashobench benchmarking tool"}. |
| 13 | +{package_desc, "Benchmarking tool"}. |
| 14 | +{package_commands, {list, [[{name, "basho_bench"}]]}}. |
| 15 | +{package_patch_dir, ""}. |
| 16 | +{bin_or_sbin, "bin"}. |
| 17 | +{license_type, "OSS"}. |
| 18 | +{copyright, "2013 Basho Technologies, Inc"}. |
| 19 | +{vendor_name, "Basho Technologies, Inc"}. |
| 20 | +{vendor_url, "http://basho.com"}. |
| 21 | +{vendor_contact_name, "Basho Package Maintainer"}. |
| 22 | +{vendor_contact_email, "packaging@basho.com"}. |
| 23 | +{license_full_text, "This software is provided under license from Basho Technologies."}. |
| 24 | +{solaris_pkgname, "BASHObashobench"}. |
0 commit comments