[Lunar-commits] <moonbase> monodevelop-debugger-gdb: mono gdb support.
Florin Braescu
florin at lunar-linux.org
Fri Nov 4 16:36:29 CET 2011
commit 488930a7848b49861f3e5aec76ae0191d443fcec
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Nov 4 16:36:29 2011 +0100
monodevelop-debugger-gdb: mono gdb support.
---
mono/monodevelop-debugger-gdb/BUILD | 6 ++++++
mono/monodevelop-debugger-gdb/DEPENDS | 3 +++
mono/monodevelop-debugger-gdb/DETAILS | 13 +++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/mono/monodevelop-debugger-gdb/BUILD b/mono/monodevelop-debugger-gdb/BUILD
new file mode 100644
index 0000000..1b9e072
--- /dev/null
+++ b/mono/monodevelop-debugger-gdb/BUILD
@@ -0,0 +1,6 @@
+(
+ ./configure --prefix=${MODULE_PREFIX} &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/mono/monodevelop-debugger-gdb/DEPENDS b/mono/monodevelop-debugger-gdb/DEPENDS
new file mode 100644
index 0000000..e1dea3a
--- /dev/null
+++ b/mono/monodevelop-debugger-gdb/DEPENDS
@@ -0,0 +1,3 @@
+depends gdb
+depends monodevelop
+
diff --git a/mono/monodevelop-debugger-gdb/DETAILS b/mono/monodevelop-debugger-gdb/DETAILS
new file mode 100644
index 0000000..de175c0
--- /dev/null
+++ b/mono/monodevelop-debugger-gdb/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=monodevelop-debugger-gdb
+ VERSION=2.8.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://download.mono-project.com/sources/$MODULE
+ SOURCE_VFY=sha1:cd1e6ba4d49b5271e99c795052078b4b3ff14ea4
+ WEB_SITE=http://monodevelop.com
+ ENTERED=20111019
+ UPDATED=20111104
+ SHORT="Mono gdb support"
+
+cat << EOF
+Mono gdb debugger support.
+EOF
More information about the Lunar-commits
mailing list