From f9e387e2554ce943575302b705d3e2a65f60e636 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 31 Dec 2015 13:31:50 +0200 Subject: [PATCH] augeas:moved into main repo for pisi 2.0 --- util/misc/augeas/actions.py | 19 +++++++ util/misc/augeas/pspec.xml | 83 +++++++++++++++++++++++++++++++ util/misc/augeas/translations.xml | 13 +++++ 3 files changed, 115 insertions(+) create mode 100644 util/misc/augeas/actions.py create mode 100644 util/misc/augeas/pspec.xml create mode 100644 util/misc/augeas/translations.xml diff --git a/util/misc/augeas/actions.py b/util/misc/augeas/actions.py new file mode 100644 index 0000000000..4c28befd8d --- /dev/null +++ b/util/misc/augeas/actions.py @@ -0,0 +1,19 @@ +#!/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") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README") diff --git a/util/misc/augeas/pspec.xml b/util/misc/augeas/pspec.xml new file mode 100644 index 0000000000..cc4593ac5a --- /dev/null +++ b/util/misc/augeas/pspec.xml @@ -0,0 +1,83 @@ + + + + + augeas + http://augeas.net + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + app:console + library + A library for changing configuration files + augeas is a library for programmatically editing configuration files. Augeas parses configuration files into a tree structure, which it exposes through its public API. + http://download.augeas.net/augeas-1.4.0.tar.gz + + libxml2-devel + readline-devel + + + + + augeas + + libxml2 + readline + + + /usr/bin + /usr/lib + /usr/share/augeas + /usr/share/vim/vimfiles + /usr/share/doc + /usr/share/man + + + + + augeas-devel + Development files for augeas + + augeas + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + + 2015-12-31 + 1.4.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2013-11-04 + 1.1.0 + Version bump. + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-04-30 + 1.0.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-11-04 + 0.10.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/util/misc/augeas/translations.xml b/util/misc/augeas/translations.xml new file mode 100644 index 0000000000..cedd6a8cc7 --- /dev/null +++ b/util/misc/augeas/translations.xml @@ -0,0 +1,13 @@ + + + + augeas + Yapılandırma dosyalarını düzenlemek için bir kitaplık + augeas yapılandırma dosyalarının programlama dilleri üzerinden düzenlenmesini sağlayan bir kitaplıktır. augeas yapılandırma dosyalarını ayıklayıp bir ağaç yapısı şeklinde programcıya sunar. + + + + augeas-devel + augeas için geliştirme dosyaları + +