summaryrefslogtreecommitdiffstats
path: root/devel/acr/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/acr/DETAILS')
-rwxr-xr-xdevel/acr/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/acr/DETAILS b/devel/acr/DETAILS
new file mode 100755
index 0000000000..4e6a5f21a2
--- /dev/null
+++ b/devel/acr/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=acr
+ VERSION=0.7.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.lolcathost.org/b/${SOURCE}
+ SOURCE_HASH=sha512:98e45f3a1b18757edd3a4499e7f18f5e56edba4956c74dc80b03db4d76d34774beb60ab0037c95a86a62ea29a7a2b8c9418f8368b0438efdb4297185264dc615
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://nopcode.org/wk.php/Acr"
+ LICENSE[0]=GPL
+ ENTERED=20101206
+ SHORT="autoconf replacement"
+cat << EOF
+ACR is an autoconf like tool that allows you to create configure scripts
+for your programs. The main aim of this tool is to teach developers how to
+create portable builds of their tools, just using generic functions wrapped
+by acr to generate portable shellscript.
+EOF