autopackage/default.apspec.in
changeset 175 1e0a66d6b45a
     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