diff options
author | Robby Workman <rworkman@slackware.com> | 2009-12-25 14:26:03 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2009-12-25 14:26:03 -0600 |
commit | 213a6bd6d69257e00ba3911f59bbf40dbc71df90 (patch) | |
tree | 3a818710dabebd67950a343e0fe935003b1a5cda | |
parent | 6ef8fcd1451b68a688c690312ba2fbb30f1104b2 (diff) |
Added a template.info file
I'm not sure this is really needed, but it's been requested,
so oh well. :-)
-rw-r--r-- | template.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/template.info b/template.info new file mode 100644 index 0000000..e9f2869 --- /dev/null +++ b/template.info @@ -0,0 +1,10 @@ +PRGNAM="name of application" +VERSION="version of application" +HOMEPAGE="homepage of application" +DOWNLOAD="direct download link(s) of application source tarball(s) arch-independent or x86" +MD5SUM="md5sum(s) of the source tarball(s) defined in DOWNLOAD" +DOWNLOAD_x86_64="direct download link(s) of application source tarball(s), x86_64 only" +MD5SUM_x86_64="md5sum(s) of the source tarball(s) defined in DOWNLOAD_x86_64" +MAINTAINER="name of SlackBuild script maintainer" +EMAIL="email address of author" +APPROVED="" |