diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-24 00:35:09 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-24 00:35:09 (EDT) |
commit | 8eb547afe47f1ba6fbc9fd1c21c97410171a535e (patch) | |
tree | 6ad4ee2ef2c8e3e1b8d66a868769f13cfd125588 /substvars | |
parent | ea8a05a7878754a8a7c90c2611a84680577f8138 (diff) |
Use substitution variables in control files.
NOTE: Requires opkbuild 3.0.0-alpha3 (not yet released) or at least
commit ac831a4f in opkbuild's Git repository.
Diffstat (limited to 'substvars')
-rw-r--r-- | substvars | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/substvars b/substvars new file mode 100644 index 0000000..18484c5 --- /dev/null +++ b/substvars @@ -0,0 +1,4 @@ +Common-Description: + Expat is an XML parser library written in C. It is a stream-oriented parser in + which an application registers handlers for things the parser might find in the + XML document (like start tags). |