summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2011-12-21 02:36:09 +0100
committerLadislav Hagara2011-12-21 02:36:09 +0100
commit32ee7858206e0129895a737292f80f353bce8198 (patch)
tree6fc1f5e5f51ff7b74053d0f1cf4d6cdb468278ab
parentd021cc945aacc66869db07989dd7ea68edf5d5e7 (diff)
editors/mmarchitect: new spell, software for working with mind maps
-rw-r--r--ChangeLog3
-rwxr-xr-xeditors/mmarchitect/BUILD2
-rwxr-xr-xeditors/mmarchitect/DEPENDS2
-rwxr-xr-xeditors/mmarchitect/DETAILS13
-rw-r--r--editors/mmarchitect/HISTORY2
-rwxr-xr-xeditors/mmarchitect/PRE_BUILD4
6 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4a5afdb92..5dd60e0a21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-12-21 Ladislav Hagara <hgr@vabo.cz>
+ * editors/mmarchitect: new spell, software for working with mind maps
+
2011-12-20 Thomas Orgis <sobukus@sourcemage.org>
* libs/serd: new spell, lightweight C library for RDF syntax
* libs/sord: new spell, lightweight C library for RDF storage
diff --git a/editors/mmarchitect/BUILD b/editors/mmarchitect/BUILD
new file mode 100755
index 0000000000..436884c2f0
--- /dev/null
+++ b/editors/mmarchitect/BUILD
@@ -0,0 +1,2 @@
+make configure &&
+make
diff --git a/editors/mmarchitect/DEPENDS b/editors/mmarchitect/DEPENDS
new file mode 100755
index 0000000000..ab61b18789
--- /dev/null
+++ b/editors/mmarchitect/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+2 &&
+depends vala
diff --git a/editors/mmarchitect/DETAILS b/editors/mmarchitect/DETAILS
new file mode 100755
index 0000000000..c520cbc212
--- /dev/null
+++ b/editors/mmarchitect/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=mmarchitect
+ VERSION=0.3.0
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:e8d3ad87d0886e1d15081695b7a783ae59566bc4ac8c41e887ab1b1a4c49918ffa83bc8564da53c25871ef094da431fd6587f5a4df335184b7760bd3e14a28e1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE=http://sourceforge.net/projects/mmarchitect/
+ LICENSE[0]=BSD
+ ENTERED=20111220
+ SHORT="software for working with mind maps"
+cat << EOF
+Mind Map Achitect is a software for working with mind maps.
+EOF
diff --git a/editors/mmarchitect/HISTORY b/editors/mmarchitect/HISTORY
new file mode 100644
index 0000000000..734f6cdf6f
--- /dev/null
+++ b/editors/mmarchitect/HISTORY
@@ -0,0 +1,2 @@
+2011-12-20 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD: spell created, version 0.3.0
diff --git a/editors/mmarchitect/PRE_BUILD b/editors/mmarchitect/PRE_BUILD
new file mode 100755
index 0000000000..3f79ea6b22
--- /dev/null
+++ b/editors/mmarchitect/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sed -i "s:/local::" Makefile