1 2 3 4 5 6 7 8
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>5.5.2. Basic structure</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="Listaller-Listaller-0.5.8-en-US-1-0" /><link rel="home" href="index.html" title="Listaller" /><link rel="up" href="sect-Listaller-Specs-IPKFilelist.html" title="5.5. IPK file listings" /><link rel="prev" href="sect-Listaller-Specs-IPKFilelist.html" title="5.5. IPK file listings" /><link rel="next" href="spec-filelist-schema.html" title="5.5.3. Schema" /></head><body><p id="title"><a class="left" href="http://listaller.tenstral.net"><img src="Common_Content/images/image_left.png" alt="Product Site" /></a><a class="right" href="http://listaller.tenstral.net/docs"><img src="Common_Content/images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"><a accesskey="p" href="sect-Listaller-Specs-IPKFilelist.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="spec-filelist-schema.html"><strong>Next</strong></a></li></ul><div class="section" id="spec-filelist-basics"><div class="titlepage"><div><div><h3 class="title" id="spec-filelist-basics">5.5.2. Basic structure</h3></div></div></div><div class="para">
Listaller file lists can contain comments, which should be prefixed with a <code class="code">#</code> sign. Every destination directory is defined using two colons: <code class="code">:: /directory/name</code>. After defining a directory, the files which should be stored in that directory are listed.
</div><div class="para">
File lists may also contain a SHA-1 checksum, added in a line after the checksumed file. The checksum option is usually only used in IPK packages.
</div><div class="para">
File lists used to build an IPK package may contain wildcards. It is also possible to rename a file, by adding it's new name after the origin path. Relative paths are allowed.
</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="sect-Listaller-Specs-IPKFilelist.html"><strong>Prev</strong>5.5. IPK file listings</a></li><li class="up"><a accesskey="u" href="#"><strong>Up</strong></a></li><li class="home"><a accesskey="h" href="index.html"><strong>Home</strong></a></li><li class="next"><a accesskey="n" href="spec-filelist-schema.html"><strong>Next</strong>5.5.3. Schema</a></li></ul></body></html>
|