Fix Zsh completion
[pkgusr] / etc / pkgusr / skel-package / .project
1
2  Last_Updated: <date/time>
3       Version: <version string>
4   Description: <short one liner>
5
6 <verbose description here if desired>
7
8     Repo_Type: <tarball|tla|svn|cvs|git|mercurial>
9 Repo_Location: <URI>
10      Web_Site: <URL>
11
12          Deps: <package dependencies>
13
14 Install Notes:
15 -------------
16 Use the build script.
17
18 Configure options used...
19     ./configure --prefix=/usr \
20         --infodir=/usr/share/info \
21         --mandir=/usr/share/man \
22         --sysconfdir=/etc \
23         --libexecdir=/usr/lib \
24         --localstatedir=/var
25
26
27 General Notes:
28 -------------
29
30
31 CONTENTS:
32 --------