New Script -- run-parts
[pkgusr] / etc / pkgusr / skel-package / .project
1
2
3  Last_Updated: <date/time>
4       Version: <version string>
5   Description: <short one liner>
6
7 <verbose description here if desired>
8
9     Repo_Type: <tarball|tla|svn|cvs|git|mercurial>
10 Repo_Location: <URI>
11      Web_Site: <URL>
12          Deps: <package dependencies>
13
14 Install Notes:
15 -------------
16 Use the build script.
17
18 Configure options used...
19     ${SRCTREE}/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 --------