From a45be9a4eb3a5ab53e4b30bbf4fa0423035bd757 Mon Sep 17 00:00:00 2001 From: Poyraz76 Date: Thu, 20 Aug 2015 17:51:13 +0300 Subject: [PATCH] libconfig --- network/misc/libconfig/actions.py | 23 +++++++++++ network/misc/libconfig/pspec.xml | 55 +++++++++++++++++++++++++ network/misc/libconfig/translations.xml | 13 ++++++ 3 files changed, 91 insertions(+) create mode 100644 network/misc/libconfig/actions.py create mode 100644 network/misc/libconfig/pspec.xml create mode 100644 network/misc/libconfig/translations.xml diff --git a/network/misc/libconfig/actions.py b/network/misc/libconfig/actions.py new file mode 100644 index 0000000000..314a28be20 --- /dev/null +++ b/network/misc/libconfig/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-static") + + # Do not link to unused m library + pisitools.dosed("libtool", "^(postdeps=.*) -lm (.*)$", r"\1 \2") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.dodoc("AUTHORS","ChangeLog","COPYING.LIB","README") diff --git a/network/misc/libconfig/pspec.xml b/network/misc/libconfig/pspec.xml new file mode 100644 index 0000000000..ae543f2a41 --- /dev/null +++ b/network/misc/libconfig/pspec.xml @@ -0,0 +1,55 @@ + + + + + libconfig + http://www.hyperrealm.com/libconfig/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + C/C++ Configuration File Library + Libconfig is a simple library for manipulating structured configuration files. The file format is more compact and more readable than XML. And unlike XML, it is type-aware, so it is not necessary to do string parsing in application code. + http://www.hyperrealm.com/libconfig/libconfig-1.4.9.tar.gz + + + + libconfig + + /usr/lib + /usr/share/doc + + + + + libconfig-devel + Development files for libconfig + + libconfig + + + /usr/include + /usr/lib/pkgconfig + /usr/share/info + + + + + + 2013-03-04 + 1.4.9 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2010-10-12 + 1.4.5 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/network/misc/libconfig/translations.xml b/network/misc/libconfig/translations.xml new file mode 100644 index 0000000000..2b5e0a0d65 --- /dev/null +++ b/network/misc/libconfig/translations.xml @@ -0,0 +1,13 @@ + + + + libconfig + C/C++ Yapılandırma Dosyası Kitaplığı + Libconfig, yapılandırma dosyalarını düzenlemek için basit bir kitaplıktır. Dosya biçimi XML'den daha basit ve okunabilirdir. XML'den farklı olarak tip bilgisi de tutulur. Böylece, uygulama kodlarında katar ayrıştırmaya gerek kalmaz. + + + + libconfig-devel + libconfig için geliştirme dosyaları + +