[Lemon-commits] [lemon_svn] alpar: r3029 - in glemon/trunk: . autopackage
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:51:56 CET 2006
Author: alpar
Date: Mon Oct 30 13:20:54 2006
New Revision: 3029
Added:
glemon/trunk/autopackage/
glemon/trunk/autopackage/default.apspec.in
Modified:
glemon/trunk/configure.ac
Log:
Add autopackage specfile (not yet working).
Added: glemon/trunk/autopackage/default.apspec.in
==============================================================================
--- (empty file)
+++ glemon/trunk/autopackage/default.apspec.in Mon Oct 30 13:20:54 2006
@@ -0,0 +1,44 @@
+# -*-shell-script-*-
+
+[Meta]
+RootName: @lemon.cs.elte.hu/glemon:$SOFTWAREVERSION
+DisplayName: glemon
+ShortName: glemon
+Maintainer: The LEMON Developers - http://lemon.cs.elte.hu/
+Packager: Alpar Juttner <alpar at cs.elte.hu>
+Summary: Graphical graph and network editor for the LEMON Graph Format
+SoftwareVersion: @VERSION@
+AutopackageTarget: 0.7
+
+# Only uncomment InterfaceVersion if your package exposes interfaces to other software,
+# for instance if it includes DSOs or python/perl modules. See the developer guide for more info,
+# or ask on autopackage-dev if you don't understand interface versioning in autopackage.
+#
+# InterfaceVersion: 0.0
+
+PackageVersion: 1
+
+[Description]
+Graphical graph and network editor for the LEMON Graph Format
+
+[BuildPrepare]
+prepareBuild
+
+[BuildUnprepare]
+unprepareBuild
+
+[Imports]
+echo '*' | import
+
+[Prepare]
+# Dependency checking
+#require @whatever.you/need 1.0
+
+[Install]
+# Put your installation script here
+#installExe bin/*
+copyFiles * $PREFIX
+
+[Uninstall]
+# Usually just the following line is enough to uninstall everything
+uninstallFromLog
Modified: glemon/trunk/configure.ac
==============================================================================
--- glemon/trunk/configure.ac (original)
+++ glemon/trunk/configure.ac Mon Oct 30 13:20:54 2006
@@ -57,6 +57,7 @@
AC_CONFIG_FILES([
Makefile
glemon.spec
+autopackage/default.apspec
po/Makefile.in
m4/Makefile
])
More information about the Lemon-commits
mailing list