From 915ce9b5bff39724251bf64a508b052cf42db047 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 23 Oct 2008 20:15:59 +0000 Subject: * fpmake: Small fixes + first round of manifests git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11958 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/aspell/fpmake.pp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'packages/aspell') 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'); -- cgit v1.2.1