summaryrefslogtreecommitdiff
path: root/packages/fftw/fpmake.pp
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-26 20:18:05 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-26 20:18:05 +0000
commit21bd60bcc9c92834b54dfeefb86673d7bed62938 (patch)
treef15269dce2cf0a1545df725a18aaf2a4f1c1587a /packages/fftw/fpmake.pp
parentb09864d446b1b6290cacc9065557bb10df9675cd (diff)
downloadfpc-21bd60bcc9c92834b54dfeefb86673d7bed62938.tar.gz
* Another batch of manifests added to the respective fpmakes. Until httpd22.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11975 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fftw/fpmake.pp')
-rw-r--r--packages/fftw/fpmake.pp10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/fftw/fpmake.pp b/packages/fftw/fpmake.pp
index 66557326f1..aadef8cd9e 100644
--- a/packages/fftw/fpmake.pp
+++ b/packages/fftw/fpmake.pp
@@ -17,8 +17,16 @@ begin
P.Directory:='fftw';
{$endif ALLPACKAGES}
P.Version:='2.2.2-0';
+
+ P.Version:='2.2.2-0';
+ P.Author := 'Library: Matteo Frigo and Steven G. Johnson, header: Daniel Mantione';
+ P.License := 'Library: MIT, header: LGPL with modification, ';
+ P.ExternalURL := 'www.freepascal.org';
+ P.Email := '';
+ P.Description := 'Library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data';
+ P.NeedLibC:= true; // should be true for a header linking to C?
+
P.SourcePath.Add('src');
-// P.Dependencies.Add('x11');
T:=P.Targets.AddUnit('fftw_s.pas');