hegyi@1: # -*-shell-script-*- hegyi@1: hegyi@1: [Meta] hegyi@1: RootName: @lemon.cs.elte.hu/glemon:$SOFTWAREVERSION hegyi@1: DisplayName: glemon hegyi@1: ShortName: glemon hegyi@1: Maintainer: The LEMON Developers - http://lemon.cs.elte.hu/ hegyi@1: Packager: Alpar Juttner hegyi@1: Summary: Graphical graph and network editor for the LEMON Graph Format hegyi@1: SoftwareVersion: @VERSION@ hegyi@1: AutopackageTarget: 0.7 hegyi@1: hegyi@1: # Only uncomment InterfaceVersion if your package exposes interfaces to other software, hegyi@1: # for instance if it includes DSOs or python/perl modules. See the developer guide for more info, hegyi@1: # or ask on autopackage-dev if you don't understand interface versioning in autopackage. hegyi@1: # hegyi@1: # InterfaceVersion: 0.0 hegyi@1: hegyi@1: PackageVersion: 1 hegyi@1: hegyi@1: [Description] hegyi@1: Graphical graph and network editor for the LEMON Graph Format hegyi@1: hegyi@1: [BuildPrepare] hegyi@1: prepareBuild hegyi@1: hegyi@1: [BuildUnprepare] hegyi@1: unprepareBuild hegyi@1: hegyi@1: [Imports] hegyi@1: echo '*' | import hegyi@1: hegyi@1: [Prepare] hegyi@1: # Dependency checking hegyi@1: #require @whatever.you/need 1.0 hegyi@1: hegyi@1: [Install] hegyi@1: # Put your installation script here hegyi@1: #installExe bin/* hegyi@1: copyFiles * $PREFIX hegyi@1: hegyi@1: [Uninstall] hegyi@1: # Usually just the following line is enough to uninstall everything hegyi@1: uninstallFromLog