diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-07-24 11:07:58 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-18 08:19:54 -0500 |
commit | fb892cce15779cbbfb2d7399ca4225c68b2ac43f (patch) | |
tree | 6f50ee70ec61ad4252a4cea1923979378f9a7cc2 | |
parent | 048ca5f666ade83afa47455c62665c8ee3265bd9 (diff) |
template.info: Add the new REQUIRES variable.
This variable will contain a space-separated list of all required
build-time and run-time dependencies, each named exactly as listed
on the SlackBuilds.org site. It should not contain anything that
is part of Slackware itself.
If user interaction is mandatory (creation of user/group, etcetera)
or even recommended (ffmpeg, vlc, etcetera), REQUIRES should also
contain "%README%". Automated tools should bail out and inform the
user that manual interaction is required when %README% is found.
The order of REQUIRES content is irrelevant. Sorting (if desired)
is an implementation detail left to users and/or third-party tools.
-rw-r--r-- | template.info | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template.info b/template.info index e9f2869..13e08c1 100644 --- a/template.info +++ b/template.info @@ -5,6 +5,7 @@ DOWNLOAD="direct download link(s) of application source tarball(s) arch-independ 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" +REQUIRES="%README%" MAINTAINER="name of SlackBuild script maintainer" EMAIL="email address of author" APPROVED="" |