~vcs-imports/cyphesis/trunk

« back to all changes in this revision

Viewing changes to autopackage/default.apspec.in

  • Committer: alriddoch
  • Date: 2005-04-03 00:24:37 UTC
  • Revision ID: vcs-imports@canonical.com-20050403002437-lv4abhitjcn2ksbq
2005-04-03  Al Riddoch  <alriddoch@zepler.org>

        * configure.ac, autopackage/default.apspec.in: First attempt at a
          package spec for autopackage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*-shell-script-*-
 
2
 
 
3
[Meta]
 
4
RootName: @worldforge.org/cyphesis:$SOFTWAREVERSION
 
5
DisplayName: Cyphesis
 
6
ShortName: cyphesis
 
7
Maintainer: Al Riddoch <alriddoch@zepler.org>
 
8
Packager: Al Riddoch <alriddoch@zepler.org>
 
9
Summary: Cyphesis is a simple MMORPG server
 
10
URL: http://www.worldforge.org/dev/eng/servers/cyphesis
 
11
License: GNU General Public License, Version 2
 
12
SoftwareVersion: @VERSION@
 
13
AutopackageTarget: 1.0
 
14
 
 
15
# Only uncomment InterfaceVersion if your package exposes interfaces to other software,
 
16
# for instance if it includes DSOs or python/perl modules. See the developer guide for more info,
 
17
# or ask on autopackage-dev if you don't understand interface versioning in autopackage.
 
18
#
 
19
# InterfaceVersion: 0.0
 
20
 
 
21
[Description]
 
22
Cyphesis is a very simple world simulator. NPCs that do things according to
 
23
rules. They have minds with simple input and output. They can
 
24
use/move/make things and have simple discussion. They can deduce
 
25
simple things (like where I can get these things and where I should
 
26
be). They have simple memory and use it too. They can have goals (like
 
27
build home for me or go to dinner).
 
28
This package includes the rules data, scripts and map data required for the
 
29
Mason game. Use this package if you intend to run an Mason server.
 
30
 
 
31
[BuildPrepare]
 
32
export CC=gcc
 
33
export CXX=g++
 
34
prepareBuild --enable-static
 
35
 
 
36
[BuildUnprepare]
 
37
unprepareBuild
 
38
 
 
39
[Imports]
 
40
echo '*' | import
 
41
 
 
42
[Prepare]
 
43
# Dependency checking
 
44
# require @whatever.you/need 1.0
 
45
 
 
46
[Install]
 
47
# Put your installation script here
 
48
installExe bin/*
 
49
installMan 1 man/man*/*
 
50
copyFiles etc/cyphesis "$PREFIX/etc"
 
51
installData share/cyphesis
 
52
mkdirs "$PREFIX/var/tmp"
 
53
 
 
54
[Uninstall]
 
55
# Usually just the following line is enough to uninstall everything
 
56
uninstallFromLog