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