node_package is a set of RPM/Debian/Solaris templates and scripts, suitable for packaging embedded Erlang nodes.
The following variables describe a package
package_name- The name of the packagepackage_shortdesc- A short (< one line) description of the packagepackage_install_name- The name of the binary installed (can be different than the `package_name`)package_install_user- The user to create and run the daemon frompackage_install_group- The group to create and add the above user tocopyright- The copyright holder (ex: 2011 Basho Technologies, Inc)license_type- The short desciption of what license the app is undervendor_name- The name of the person or company who is releasing this packagevendor_url- The website of the person or company who is releasing this packagevendor_contact_name- The name of the maintainer (ex: Basho Packaging)vendor_contact_email- The email address of the maintainer (ex: riak@basho.com)solaris_pkgname- Package names for Solaris follow a naming convention of MAINTapp (ex: BASHOriak)
license_full_text- If the full text of a license needs to be included, use this variabledeb_depends- Dependencies you require on deb sytems. This should be a comma separated list.package_desc- A long description of the packagesolaris_depends- (not supported yet) Dependencies specific to the solaris packagepackage_install_user_desc- The description of the user created for the app