summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2010-10-28 22:17:41 +0200
committerAndraž Levstik2010-10-28 22:17:41 +0200
commit1834dbb3e612db52af24000ec7d89bac09964bd2 (patch)
tree813689149992aa8587aa5dde4eb76ab22c15f431
parentd30af7284389e8b9dcd1997e624fbb8170fda79a (diff)
ossim_qt: Ossim QT3 based GUI
-rwxr-xr-xscience/ossim_qt/BUILD3
-rwxr-xr-xscience/ossim_qt/DETAILS13
-rw-r--r--science/ossim_qt/HISTORY2
3 files changed, 18 insertions, 0 deletions
diff --git a/science/ossim_qt/BUILD b/science/ossim_qt/BUILD
new file mode 100755
index 0000000000..f9a10f408b
--- /dev/null
+++ b/science/ossim_qt/BUILD
@@ -0,0 +1,3 @@
+qmake PREFIX="${INSTALL_ROOT}/usr" &&
+make
+
diff --git a/science/ossim_qt/DETAILS b/science/ossim_qt/DETAILS
new file mode 100755
index 0000000000..fab741d43b
--- /dev/null
+++ b/science/ossim_qt/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=ossim_qt
+ VERSION=15843
+ SOURCE=$SPELL-scm.tar.bz2
+ SOURCE_URL=svn_http://svn.osgeo.org/ossim/trunk/$SPELL:$SPELL-scm:$VERSION
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-scm"
+ WEB_SITE=http://www.ossim.org
+ LICENSE[0]=LGPL
+ ENTERED=20091103
+ SHORT='Ossim QT3 based GUI'
+cat << EOF
+Ossim QT3 based GUI
+EOF
diff --git a/science/ossim_qt/HISTORY b/science/ossim_qt/HISTORY
new file mode 100644
index 0000000000..f37eb1c052
--- /dev/null
+++ b/science/ossim_qt/HISTORY
@@ -0,0 +1,2 @@
+2009-11-03 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * DETAILS: spell created