diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-23 20:15:59 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-23 20:15:59 +0000 |
| commit | 915ce9b5bff39724251bf64a508b052cf42db047 (patch) | |
| tree | 3cd9063a9125d0757b4b6719df4e9c13cf3a1627 /packages/cairo | |
| parent | 79b8ee4d4f4cdcdde47bec108d696dab9cd58905 (diff) | |
| download | fpc-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/cairo')
| -rw-r--r-- | packages/cairo/fpmake.pp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/cairo/fpmake.pp b/packages/cairo/fpmake.pp index a9dc0894ba..9d39c70970 100644 --- a/packages/cairo/fpmake.pp +++ b/packages/cairo/fpmake.pp @@ -11,12 +11,18 @@ begin With Installer do begin {$endif ALLPACKAGES} - P:=AddPackage('cairo'); {$ifdef ALLPACKAGES} P.Directory:='cairo'; {$endif ALLPACKAGES} P.Version:='2.2.2-0'; + P.Author := 'Library: University of Southern California + Red Hat Inc., header: Luiz AmXrico Pereira CXmara'; + P.License := 'Library: MPL 1.1 + LGPL-2.1, header: LGPL with modification, '; + P.ExternalURL := 'www.freepascal.org'; + P.Email := ''; + P.Description := 'a vector graphics library with display and print output'; + P.NeedLibC:= true; + P.SourcePath.Add('src'); P.Dependencies.Add('x11',AllUnixOSes); |
