diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-23 21:09:14 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-23 21:09:14 +0000 |
| commit | 902854381377981744c6b09d37adf39a7e4a1e7e (patch) | |
| tree | 2889da085e1378344b46ac8faf44c52ccd1cb1be /packages/fcl-fpcunit | |
| parent | 3e3d47aa4cd0054dcc742cb96161d67f884c3278 (diff) | |
| download | fpc-902854381377981744c6b09d37adf39a7e4a1e7e.tar.gz | |
* FCL fpmake manifests
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11962 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fcl-fpcunit')
| -rw-r--r-- | packages/fcl-fpcunit/fpmake.pp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/fcl-fpcunit/fpmake.pp b/packages/fcl-fpcunit/fpmake.pp index d393283754..9bfae3431a 100644 --- a/packages/fcl-fpcunit/fpmake.pp +++ b/packages/fcl-fpcunit/fpmake.pp @@ -17,11 +17,17 @@ begin P.Directory:='fcl-fpcunit'; {$endif ALLPACKAGES} P.Version:='2.2.2-0'; - P.Dependencies.Add('paszlib'); P.Dependencies.Add('fcl-base'); P.Dependencies.Add('fcl-xml'); + P.Author := ' Dean Zobec, Michael van Canneyt'; + P.License := 'LGPL with modification, '; + P.ExternalURL := 'www.freepascal.org'; + P.Email := ''; + P.Description := 'Unit testing system inspired by JUnit of Free Component Libraries (FCL), FPC''s OOP library.'; + P.NeedLibC:= false; + P.SourcePath.Add('src'); P.IncludePath.Add('src'); |
