confuse: remove long_desc.
This commit is contained in:
parent
cd08cf3944
commit
e5fc558d0d
1 changed files with 2 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'confuse'
|
# Template file for 'confuse'
|
||||||
pkgname=confuse
|
pkgname=confuse
|
||||||
version=2.7
|
version=2.7
|
||||||
revision=4
|
revision=5
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --enable-static --disable-nls --with-pic"
|
configure_args="--enable-shared --enable-static --disable-nls --with-pic"
|
||||||
|
@ -11,22 +11,9 @@ homepage="http://www.nongnu.org/confuse/"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
distfiles="http://savannah.nongnu.org/download/confuse/confuse-2.7.tar.gz"
|
distfiles="http://savannah.nongnu.org/download/confuse/confuse-2.7.tar.gz"
|
||||||
checksum=e32574fd837e950778dac7ade40787dd2259ef8e28acd6ede6847ca895c88778
|
checksum=e32574fd837e950778dac7ade40787dd2259ef8e28acd6ede6847ca895c88778
|
||||||
long_desc="
|
|
||||||
libConfuse is a configuration file parser library, licensed under the terms
|
|
||||||
of the ISC license, and written in C. It supports sections and (lists of)
|
|
||||||
values (strings, integers, floats, booleans or other sections), as well as
|
|
||||||
some other features (such as single/double-quoted strings, environment
|
|
||||||
variable expansion, functions and nested include statements). It makes it
|
|
||||||
very easy to add configuration file capability to a program using a simple
|
|
||||||
API.
|
|
||||||
|
|
||||||
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 its
|
|
||||||
name was changed to not confuse itself with other similar libraries."
|
|
||||||
|
|
||||||
confuse-devel_package() {
|
confuse-devel_package() {
|
||||||
depends="confuse>=${version}"
|
depends="confuse>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue