|
@@ -17,8 +17,18 @@ begin
|
|
|
P.Directory:='ggi';
|
|
|
{$endif ALLPACKAGES}
|
|
|
P.Version:='2.2.2-0';
|
|
|
+ P.Author := 'Library: ?, header: Sebastian Guenther';
|
|
|
+ P.License := 'Library: ?, header: LGPL with modification, ';
|
|
|
+ P.ExternalURL := 'www.freepascal.org';
|
|
|
+ P.Email := '';
|
|
|
+ P.Description := 'a project that aims to develop a reliable, stable and fast graphics system that works everywhere.';
|
|
|
+ P.NeedLibC:= true; // true for headers that indirectly link to libc?
|
|
|
+
|
|
|
+ // note that this package may be severely outdated. Header copyright
|
|
|
+ // lists 1999, and ggi itself is still developed, and major releases
|
|
|
+ // have happened since?
|
|
|
+
|
|
|
P.SourcePath.Add('src');
|
|
|
-// P.Dependencies.Add('x11');
|
|
|
|
|
|
T:=P.Targets.AddUnit('ggi2d.pp');
|
|
|
with T.Dependencies do
|