mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libconfuse: Updated for version 2.5
This commit is contained in:
parent
fc4ecdcdd3
commit
090baa212d
4 changed files with 11 additions and 4 deletions
|
@ -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
|
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
|
integrate with your code. libConfuse was called libcfg before, but was changed
|
||||||
to not confuse with other similar libraries.
|
to not confuse with other similar libraries.
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ VERSION=2.5
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
CWD=`pwd`
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/SBo}
|
TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://download.savannah.gnu.org/releases/confuse/confuse-2.5.tar.gz"
|
||||||
MD5SUM="4bc9b73d77ebd571ac834619ce0b3582"
|
MD5SUM="4bc9b73d77ebd571ac834619ce0b3582"
|
||||||
MAINTAINER="Erik Hanson"
|
MAINTAINER="Erik Hanson"
|
||||||
EMAIL="erik@slackbuilds.org"
|
EMAIL="erik@slackbuilds.org"
|
||||||
APPROVED="elohim,robw810"
|
APPROVED="elohim,rworkman"
|
||||||
|
|
|
@ -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: libConfuse is a configuration file parser library, It supports
|
libconfuse: libConfuse is a configuration file parser library, It supports
|
||||||
libconfuse: sections and (lists of) values (strings, integers, floats,
|
libconfuse: sections and (lists of) values (strings, integers, floats,
|
||||||
|
|
Loading…
Reference in a new issue