summaryrefslogtreecommitdiff
path: root/packages/aspell
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-23 20:15:59 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-23 20:15:59 +0000
commit915ce9b5bff39724251bf64a508b052cf42db047 (patch)
tree3cd9063a9125d0757b4b6719df4e9c13cf3a1627 /packages/aspell
parent79b8ee4d4f4cdcdde47bec108d696dab9cd58905 (diff)
downloadfpc-915ce9b5bff39724251bf64a508b052cf42db047.tar.gz
* fpmake: Small fixes + first round of manifests
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11958 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/aspell')
-rw-r--r--packages/aspell/fpmake.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/aspell/fpmake.pp b/packages/aspell/fpmake.pp
index 25acb77283..be36de81e7 100644
--- a/packages/aspell/fpmake.pp
+++ b/packages/aspell/fpmake.pp
@@ -17,6 +17,14 @@ begin
P.Directory:='aspell';
{$endif ALLPACKAGES}
P.Version:='2.2.2-0';
+
+ P.Author := 'header:Aleš Katona, library: Kevin Atkinson';
+ P.License := 'header: LGPL with modification, library: LGPL 2.0 or 2.1';
+ P.ExternalURL := 'www.freepascal.org';
+ P.Email := '';
+ P.Description := 'The New Aspell, spelling library';
+ P.NeedLibC:= true;
+
P.SourcePath.Add('src');
T:=P.Targets.AddUnit('aspell.pp');