24 lines
629 B
Bash
24 lines
629 B
Bash
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
SUMMARY="A simple and small library for manipulating structured configuration files."
|
|
DESCRIPTION="
|
|
A simple and small library (38K - 66K) POSIX and Windows 2000 or later compliant configuration
|
|
file parser.
|
|
"
|
|
HOMEPAGE="http://www.hyperrealm.com/${PN}"
|
|
DOWNLOADS="${HOMEPAGE}/${PNV}.tar.gz"
|
|
|
|
LICENCES="LGPL-2.1"
|
|
SLOT="0"
|
|
PLATFORMS="~amd64 ~x86"
|
|
MYOPTIONS=""
|
|
|
|
UPSTREAM_DOCUMENTATION="${HOMEPAGE}/${PN}_manual.html [[ lang = en description = [ Manual ] ]]"
|
|
|
|
DEPENDENCIES="
|
|
build:
|
|
dev-util/pkg-config
|
|
"
|
|
|