diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-04 13:47:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-04 13:47:35 +0200 |
commit | ce6eb3555b1264c14563eb383c25f4132c0d2a89 (patch) | |
tree | f8ae90c809161d63e71efaa67d1005631ade6f2d /tests/manifest | |
parent | 213f575151429bbfa0869e6d2fe99c1bbc785ce1 (diff) |
Add location to package manifest
Diffstat (limited to 'tests/manifest')
-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 |