summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/libconfuse/README1
-rw-r--r--libraries/libconfuse/libconfuse.SlackBuild2
-rw-r--r--libraries/libconfuse/libconfuse.info2
-rw-r--r--libraries/libconfuse/slack-desc10
4 files changed, 11 insertions, 4 deletions
diff --git a/libraries/libconfuse/README b/libraries/libconfuse/README
index 69d53d11df..e90d8884d9 100644
--- a/libraries/libconfuse/README
+++ b/libraries/libconfuse/README
@@ -9,4 +9,3 @@ The goal of libConfuse is not to be the configuration file parser library with
a gazillion of features. Instead, it aims to be easy to use and quick to
integrate with your code. libConfuse was called libcfg before, but was changed
to not confuse with other similar libraries.
-
diff --git a/libraries/libconfuse/libconfuse.SlackBuild b/libraries/libconfuse/libconfuse.SlackBuild
index 74a748afb1..80e5e07f00 100644
--- a/libraries/libconfuse/libconfuse.SlackBuild
+++ b/libraries/libconfuse/libconfuse.SlackBuild
@@ -10,7 +10,7 @@ VERSION=2.5
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
diff --git a/libraries/libconfuse/libconfuse.info b/libraries/libconfuse/libconfuse.info
index 65008537d7..1694b3bc3f 100644
--- a/libraries/libconfuse/libconfuse.info
+++ b/libraries/libconfuse/libconfuse.info
@@ -5,4 +5,4 @@ DOWNLOAD="http://download.savannah.gnu.org/releases/confuse/confuse-2.5.tar.gz"
MD5SUM="4bc9b73d77ebd571ac834619ce0b3582"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
-APPROVED="elohim,robw810"
+APPROVED="elohim,rworkman"
diff --git a/libraries/libconfuse/slack-desc b/libraries/libconfuse/slack-desc
index f2efecf952..8ec66a2736 100644
--- a/libraries/libconfuse/slack-desc
+++ b/libraries/libconfuse/slack-desc
@@ -1,4 +1,12 @@
-libconfuse: libConfuse - a configuration file parser library
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+libconfuse: libConfuse (configuration file parser library)
libconfuse:
libconfuse: libConfuse is a configuration file parser library, It supports
libconfuse: sections and (lists of) values (strings, integers, floats,