[Debian-astro-commits] [gyoto] 43/221: add gyoto.in, needed to generate local wrapper

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Fri May 22 20:52:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

thibaut pushed a commit to branch master
in repository gyoto.

commit f7d82e73926d276504576a8bd3114ec2d6e3a071
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Mon Oct 13 14:01:23 2014 +0200

    add gyoto.in,  needed to generate local wrapper
---
 gyoto.in | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gyoto.in b/gyoto.in
new file mode 100644
index 0000000..522a6b5
--- /dev/null
+++ b/gyoto.in
@@ -0,0 +1,30 @@
+#!/bin/bash
+
+#   Copyright 2014 Thibaut Paumard
+#
+#   This file is part of Gyoto.
+#
+#   Gyoto is free software: you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation, either version 3 of the License, or
+#   (at your option) any later version.
+#
+#   Gyoto is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with Gyoto.  If not, see <http://www.gnu.org/licenses/>.
+
+# This script is a wrapper around the yorick interpreter meant to run
+# the gyoto plug-in from the built source tree. It is not supposed to
+# be installed on the system.
+
+abs_top_builddir=@abs_top_builddir@
+
+export PATH="${abs_top_builddir}/bin:${PATH}"
+
+gyoto $@
+
+exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/gyoto.git



More information about the Debian-astro-commits mailing list