Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
thredds added
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 1, 2015
1 parent 7c70934 commit b513cf9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
11 changes: 11 additions & 0 deletions thredds/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

# Build dependencies:
# - java-1.7.0-openjdk-devel
# - appropriately setup JAVA_HOME variable in system

export JAVA_HOME="/usr/lib/jvm/default-java"

mv thredds.war ${PREFIX}/opt/apache-tomcat/webapps


26 changes: 26 additions & 0 deletions thredds/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

package:
name: thredds
version: 4.3.22

source:
fn: thredds.war
url: ftp://ftp.unidata.ucar.edu/pub/thredds/4.3/4.3.22/thredds.war
md5: 0a863f6e3a4e040d0861e84ce508b07e

build:
number: 0

requirements:
build:
- apache-tomcat

run:
- apache-tomcat

test:

about:
home: http://www.unidata.ucar.edu/software/thredds/current/tds/
license:

0 comments on commit b513cf9

Please sign in to comment.