author | Akos Ladanyi <ladanyi@tmit.bme.hu> |
Thu, 10 Jul 2008 20:38:53 +0100 | |
changeset 5 | 390d05b2d25c |
permissions | -rw-r--r-- |
hegyi@1 | 1 |
# -*-shell-script-*- |
hegyi@1 | 2 |
|
hegyi@1 | 3 |
[Meta] |
hegyi@1 | 4 |
RootName: @lemon.cs.elte.hu/glemon:$SOFTWAREVERSION |
hegyi@1 | 5 |
DisplayName: glemon |
hegyi@1 | 6 |
ShortName: glemon |
hegyi@1 | 7 |
Maintainer: The LEMON Developers - http://lemon.cs.elte.hu/ |
hegyi@1 | 8 |
Packager: Alpar Juttner <alpar@cs.elte.hu> |
hegyi@1 | 9 |
Summary: Graphical graph and network editor for the LEMON Graph Format |
hegyi@1 | 10 |
SoftwareVersion: @VERSION@ |
hegyi@1 | 11 |
AutopackageTarget: 0.7 |
hegyi@1 | 12 |
|
hegyi@1 | 13 |
# Only uncomment InterfaceVersion if your package exposes interfaces to other software, |
hegyi@1 | 14 |
# for instance if it includes DSOs or python/perl modules. See the developer guide for more info, |
hegyi@1 | 15 |
# or ask on autopackage-dev if you don't understand interface versioning in autopackage. |
hegyi@1 | 16 |
# |
hegyi@1 | 17 |
# InterfaceVersion: 0.0 |
hegyi@1 | 18 |
|
hegyi@1 | 19 |
PackageVersion: 1 |
hegyi@1 | 20 |
|
hegyi@1 | 21 |
[Description] |
hegyi@1 | 22 |
Graphical graph and network editor for the LEMON Graph Format |
hegyi@1 | 23 |
|
hegyi@1 | 24 |
[BuildPrepare] |
hegyi@1 | 25 |
prepareBuild |
hegyi@1 | 26 |
|
hegyi@1 | 27 |
[BuildUnprepare] |
hegyi@1 | 28 |
unprepareBuild |
hegyi@1 | 29 |
|
hegyi@1 | 30 |
[Imports] |
hegyi@1 | 31 |
echo '*' | import |
hegyi@1 | 32 |
|
hegyi@1 | 33 |
[Prepare] |
hegyi@1 | 34 |
# Dependency checking |
hegyi@1 | 35 |
#require @whatever.you/need 1.0 |
hegyi@1 | 36 |
|
hegyi@1 | 37 |
[Install] |
hegyi@1 | 38 |
# Put your installation script here |
hegyi@1 | 39 |
#installExe bin/* |
hegyi@1 | 40 |
copyFiles * $PREFIX |
hegyi@1 | 41 |
|
hegyi@1 | 42 |
[Uninstall] |
hegyi@1 | 43 |
# Usually just the following line is enough to uninstall everything |
hegyi@1 | 44 |
uninstallFromLog |