Add autopackage specfile (not yet working).
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/autopackage/default.apspec.in Mon Oct 30 12:20:54 2006 +0000
1.3 @@ -0,0 +1,44 @@
1.4 +# -*-shell-script-*-
1.5 +
1.6 +[Meta]
1.7 +RootName: @lemon.cs.elte.hu/glemon:$SOFTWAREVERSION
1.8 +DisplayName: glemon
1.9 +ShortName: glemon
1.10 +Maintainer: The LEMON Developers - http://lemon.cs.elte.hu/
1.11 +Packager: Alpar Juttner <alpar@cs.elte.hu>
1.12 +Summary: Graphical graph and network editor for the LEMON Graph Format
1.13 +SoftwareVersion: @VERSION@
1.14 +AutopackageTarget: 0.7
1.15 +
1.16 +# Only uncomment InterfaceVersion if your package exposes interfaces to other software,
1.17 +# for instance if it includes DSOs or python/perl modules. See the developer guide for more info,
1.18 +# or ask on autopackage-dev if you don't understand interface versioning in autopackage.
1.19 +#
1.20 +# InterfaceVersion: 0.0
1.21 +
1.22 +PackageVersion: 1
1.23 +
1.24 +[Description]
1.25 +Graphical graph and network editor for the LEMON Graph Format
1.26 +
1.27 +[BuildPrepare]
1.28 +prepareBuild
1.29 +
1.30 +[BuildUnprepare]
1.31 +unprepareBuild
1.32 +
1.33 +[Imports]
1.34 +echo '*' | import
1.35 +
1.36 +[Prepare]
1.37 +# Dependency checking
1.38 +#require @whatever.you/need 1.0
1.39 +
1.40 +[Install]
1.41 +# Put your installation script here
1.42 +#installExe bin/*
1.43 +copyFiles * $PREFIX
1.44 +
1.45 +[Uninstall]
1.46 +# Usually just the following line is enough to uninstall everything
1.47 +uninstallFromLog
2.1 --- a/configure.ac Mon Oct 30 12:16:25 2006 +0000
2.2 +++ b/configure.ac Mon Oct 30 12:20:54 2006 +0000
2.3 @@ -57,6 +57,7 @@
2.4 AC_CONFIG_FILES([
2.5 Makefile
2.6 glemon.spec
2.7 +autopackage/default.apspec
2.8 po/Makefile.in
2.9 m4/Makefile
2.10 ])