From fb892cce15779cbbfb2d7399ca4225c68b2ac43f Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Tue, 24 Jul 2012 11:07:58 -0500 Subject: 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. --- template.info | 1 + 1 file changed, 1 insertion(+) 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="" -- cgit v1.2.3