Tizen 2.1 base
[external/enchant.git] / autopackage / default.apspec.in
1 # -*-shell-script-*-
2
3 [Meta]
4 RootName: @abisource.org/enchant:@VERSION@
5 DisplayName: An Enchanting Spell Checking Library
6 ShortName: enchant
7 Maintainer: Dom Lachowicz - http://www.abisource.org/
8 Packager: Robert Staudinger <robsta@stereolyzer.net>
9 Summary: A library that wraps other spell checking backends.
10 SoftwareVersion: @VERSION@
11 AutopackageTarget: 1.0
12 PackageVersion: 3
13
14 # Only uncomment InterfaceVersion if your package exposes interfaces to other software,
15 # for instance if it includes DSOs or python/perl modules. See the developer guide for more info,
16 # or ask on autopackage-dev if you don't understand interface versioning in autopackage.
17
18 # FIXME set this automatically
19 # but VERSION has 3 digits
20 InterfaceVersion: 1.1
21
22 [Description]
23 Enchant is meant to provide a generic interface into various existing
24 spell checking libaries. These include, but are not limited to:
25 * Aspell/Pspell
26 * Ispell
27 * Hspell
28 * Uspell
29
30 [BuildPrepare]
31 prepareBuild --prefix=/bail/if/binreloc/bails --enable-ispell --enable-myspell --enable-aspell --enable-uspell --enable-hspell   
32
33 [BuildUnprepare]
34 unprepareBuild
35
36 [Imports]
37 echo '*' | import
38
39 [Prepare]
40 require @gtk.org/glib 0
41 require @gtk.org/gmodule 0
42
43 [Install]
44 # Put your installation script here
45 installExe ./bin/*
46 installLib ./lib/*.so.*.*.*
47 mkdir -p "$PREFIX/lib/enchant"
48 mv ./lib/enchant/libenchant_*so* "$PREFIX/lib/enchant"
49 installMan 1 man/man1/*
50
51 [Uninstall]
52 rm -R -f "$PREFIX/lib/enchant"
53 uninstallFromLog