31 lines
948 B
Plaintext
31 lines
948 B
Plaintext
|
# The FW_PACKAGE_MAINTAINER field is populated with the
|
||
|
# environment variable FW_PACKAGE_DEFAULT_MAINTAINER if non-empty
|
||
|
|
||
|
FW_PACKAGE_NAME="erlrrd"
|
||
|
FW_PACKAGE_VERSION="0.3.0"
|
||
|
FW_PACKAGE_MAINTAINER="fess <fess-erlrrd@fess.org>"
|
||
|
FW_PACKAGE_SHORT_DESCRIPTION="rrdtool binding for erlang. [ via an erlang Port. ]"
|
||
|
FW_PACKAGE_DESCRIPTION="`cat README`"
|
||
|
FW_PACKAGE_ARCHITECTURE_DEPENDENT="0"
|
||
|
|
||
|
FW_SUBVERSION_TAG_ROOT="https://erlrrd.googlecode.com/svn/tags/"
|
||
|
|
||
|
# Dependency information. The native syntax corresponds to Debian,
|
||
|
# http://www.debian.org/doc/debian-policy/ch-relationships.html
|
||
|
# Section 7.1 "Syntax of Relationship Fields"
|
||
|
#
|
||
|
# For other packaging systems, the syntax is translated for you.
|
||
|
|
||
|
FW_PACKAGE_DEPENDS="rrdtool"
|
||
|
FW_PACKAGE_CONFLICTS=""
|
||
|
FW_PACKAGE_PROVIDES=""
|
||
|
FW_PACKAGE_REPLACES=""
|
||
|
|
||
|
FW_PACKAGE_BUILD_DEPENDS="eunit"
|
||
|
FW_PACKAGE_BUILD_CONFLICTS=""
|
||
|
|
||
|
FW_ERL_APP_ENVIRONMENT="[
|
||
|
{rrdtoolcmd, \"rrdtool -\"},
|
||
|
{timeout, 30000 }
|
||
|
]"
|