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