development/couchdb: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-24 16:58:29 -05:00
parent ae71a19764
commit b3691efc07
2 changed files with 1 additions and 3 deletions

View file

@ -5,8 +5,6 @@ and indexed in a MapReduce fashion using JavaScript. CouchDB also
offers incremental replication with bi-directional conflict detection
and resolution. CouchDB provides a RESTful JSON API.
This requires js (spidermonkey) and erlang-otp.
You must have a "couchdb" user and group before running this script;
something like this should suffice:
# groupadd -g 231 couchdb

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://apache.crihan.fr/dist/couchdb/0.11.0/apache-couchdb-0.11.0.tar.
MD5SUM="c1784e3850da01dc37dad20c5b1a85f8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="erlang-otp js"
REQUIRES="js erlang-otp"
MAINTAINER="Nicolas Steinmetz"
EMAIL="nsteinmetz@gmail.com"