diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manifest/manifest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/manifest/manifest b/tests/manifest/manifest index 6aac49e..902a7ac 100644 --- a/tests/manifest/manifest +++ b/tests/manifest/manifest @@ -29,6 +29,7 @@ requires: ? ; VC++ 12.0 or later if targeting Windows. requires: ? ; libc++ standard library if using Clang on Mac OS X. requires: zlib; Most Linux/UNIX systems already have one; or get it at\ www.zlib.net. +location: libfoo-1.2.3-2.tar.bz2 : name: libbar version: 3.4A.5-6 @@ -38,6 +39,7 @@ tags: c++, xml, modern description-file: README; Comprehensive description url: http://www.example.org/projects/libbar/ email: libbar-users@example.org +location: bar/libbar-3.4A.5-6.tbz : name: libbaz version: 2+3.4A.5-3 @@ -45,3 +47,4 @@ summary: Modern baz system license: LGPLv2 url: http://www.example.org/projects/libbar/ email: libbaz-users@example.org +location: libbaz/libbaz-2+3.4A.5-3.tar.gz |