wok-4.x rev 10006
couchdb: fic type in bdep *-devi
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 19 01:58:05 2011 +0200 (2011-05-19) |
parents | 772609e25b8c |
children | 5ed987b87fe5 |
files | couchdb/receipt |
line diff
1.1 --- a/couchdb/receipt Thu May 19 01:54:09 2011 +0200 1.2 +++ b/couchdb/receipt Thu May 19 01:58:05 2011 +0200 1.3 @@ -6,13 +6,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Apache CouchDB is document-oriented database." 1.6 MAINTAINER="claudinei@slitaz.org" 1.7 -DEPENDS="erlang icu icu-dev openssl util-linux-ng-getopt spidermonkey curl gcc-lib-base" 1.8 -BUILD_DEPENDS="$DEPENDS openssl-dev spidermonkey-dev curl-devi icu-dev" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://couchdb.apache.org" 1.11 APACHE_MIRROR="http://mirrors.dedipower.com/ftp.apache.org/" 1.12 WGET_URL="$APACHE_MIRROR/$PACKAGE/$VERSION/$TARBALL" 1.13 1.14 +DEPENDS="erlang icu openssl util-linux-ng-getopt spidermonkey libcurl curl" 1.15 +BUILD_DEPENDS="openssl-dev spidermonkey-dev curl-dev icu-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {