mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/couchdb: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
ae71a19764
commit
b3691efc07
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue