autopackage/default.apspec.in
changeset 2359 97a5cd10ca16
parent 1171 f426c84a4e00
equal deleted inserted replaced
0:f73ad8d6c576 1:ec819c940150
     6 ShortName: lemon
     6 ShortName: lemon
     7 Maintainer: The LEMON Developers - http://lemon.cs.elte.hu/
     7 Maintainer: The LEMON Developers - http://lemon.cs.elte.hu/
     8 Packager: Alpar Juttner <alpar@cs.elte.hu>
     8 Packager: Alpar Juttner <alpar@cs.elte.hu>
     9 Summary: LEMON library
     9 Summary: LEMON library
    10 SoftwareVersion: @VERSION@
    10 SoftwareVersion: @VERSION@
    11 AutopackageTarget: 0.7
    11 AutopackageTarget: 1.2
    12 
    12 
    13 # Only uncomment InterfaceVersion if your package exposes interfaces to other software,
    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,
    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.
    15 # or ask on autopackage-dev if you don't understand interface versioning in autopackage.
    16 #
    16 #
    17 # InterfaceVersion: 0.0
    17 InterfaceVersion: 1.0
    18 
    18 
    19 PackageVersion: 1
    19 PackageVersion: 1
    20 
    20 
    21 [Description]
    21 [Description]
    22 LEMON stands for Library of Efficient Models and Optimization in Networks.
    22 LEMON stands for Library of Efficient Models and Optimization in Networks.
    32 [Imports]
    32 [Imports]
    33 echo '*' | import
    33 echo '*' | import
    34 
    34 
    35 [Prepare]
    35 [Prepare]
    36 # Dependency checking
    36 # Dependency checking
    37 #require @whatever.you/need 1.0
    37 require @lemon.cs.elte.hu/GLPK:4.11
    38 
    38 
    39 [Install]
    39 [Install]
    40 # Put your installation script here
    40 # Put your installation script here
    41 #installExe bin/*
    41 #installExe bin/*
    42 copyFiles * $PREFIX
    42 copyFiles * $PREFIX