[Pkg-cli-apps-commits] r4486 - in /packages/graphmonkey: ./ branches/ branches/upstream/ branches/upstream/current/ branches/upstream/current/Makefile branches/upstream/current/graphmonkey
laney-guest at users.alioth.debian.org
laney-guest at users.alioth.debian.org
Sat Jan 31 19:07:19 UTC 2009
Author: laney-guest
Date: Sat Jan 31 19:07:18 2009
New Revision: 4486
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4486
Log:
[svn-inject] Installing original source of graphmonkey
Added:
packages/graphmonkey/
packages/graphmonkey/branches/
packages/graphmonkey/branches/upstream/
packages/graphmonkey/branches/upstream/current/
packages/graphmonkey/branches/upstream/current/Makefile (with props)
packages/graphmonkey/branches/upstream/current/graphmonkey (with props)
Added: packages/graphmonkey/branches/upstream/current/Makefile
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/branches/upstream/current/Makefile?rev=4486&op=file
==============================================================================
--- packages/graphmonkey/branches/upstream/current/Makefile (added)
+++ packages/graphmonkey/branches/upstream/current/Makefile Sat Jan 31 19:07:18 2009
@@ -1,0 +1,15 @@
+CC=mcs
+EXEC=GraphMonkey.exe
+SHARE=/usr/local/share
+BIN=/usr/local/bin
+
+all:
+ $(CC) -target:exe -out:"$(EXEC)" -pkg:gtk-sharp-2.0 ./Main.cs ./MyWindow.cs ./Ecran_Form.cs ./operation.cs ./About_Form.cs
+
+clean:
+ rm -rf $(EXEC)
+
+install:
+ mkdir -p $(SHARE)/graphmonkey
+ cp -f $(EXEC) $(SHARE)/graphmonkey
+ cp -f graphmonkey $(BIN)
Propchange: packages/graphmonkey/branches/upstream/current/Makefile
------------------------------------------------------------------------------
svn:executable =
Added: packages/graphmonkey/branches/upstream/current/graphmonkey
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/branches/upstream/current/graphmonkey?rev=4486&op=file
==============================================================================
--- packages/graphmonkey/branches/upstream/current/graphmonkey (added)
+++ packages/graphmonkey/branches/upstream/current/graphmonkey Sat Jan 31 19:07:18 2009
@@ -1,0 +1,2 @@
+#!/bin/sh
+mono /usr/local/share/graphmonkey/GraphMonkey.exe
Propchange: packages/graphmonkey/branches/upstream/current/graphmonkey
------------------------------------------------------------------------------
svn:executable =
More information about the Pkg-cli-apps-commits
mailing list