COIN-OR::LEMON - Graph Library

source: glemon/autopackage/default.apspec.in @ 1:67188bd752db

Last change on this file since 1:67188bd752db was 1:67188bd752db, checked in by Peter Hegyi <hegyi@…>, 16 years ago

SVN revision 3500 made compilable with Lemon 1.0.

File size: 1.1 KB
RevLine 
[1]1# -*-shell-script-*-
2
3[Meta]
4RootName: @lemon.cs.elte.hu/glemon:$SOFTWAREVERSION
5DisplayName: glemon
6ShortName: glemon
7Maintainer: The LEMON Developers - http://lemon.cs.elte.hu/
8Packager: Alpar Juttner <alpar@cs.elte.hu>
9Summary: Graphical graph and network editor for the LEMON Graph Format
10SoftwareVersion: @VERSION@
11AutopackageTarget: 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
19PackageVersion: 1
20
21[Description]
22Graphical graph and network editor for the LEMON Graph Format
23
24[BuildPrepare]
25prepareBuild
26
27[BuildUnprepare]
28unprepareBuild
29
30[Imports]
31echo '*' | 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/*
40copyFiles * $PREFIX
41
42[Uninstall]
43# Usually just the following line is enough to uninstall everything
44uninstallFromLog
Note: See TracBrowser for help on using the repository browser.