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