augeas-v1.14.1
This commit is contained in:
@@ -2,18 +2,29 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
j = ''.join([
|
||||
' --prefix=/usr',
|
||||
' --with-pdfdocs=no',
|
||||
' --with-threads=posix',
|
||||
' --without-selinux',
|
||||
' --disable-static '
|
||||
])
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
shelltools.system("sh autogen.sh")
|
||||
autotools.configure(j)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING")
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>augeas</Name>
|
||||
<Homepage>http://augeas.net</Homepage>
|
||||
<Homepage>https://github.com/hercules-team/augeas</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2+</License>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A library for changing configuration files</Summary>
|
||||
<Description>augeas is a library for programmatically editing configuration files. Augeas parses configuration files into a tree structure, which it exposes through its public API.</Description>
|
||||
<Archive sha1sum="afe7aee292e058141d8c19f6a82b5f8bae2d5163" type="targz">http://download.augeas.net/augeas-1.12.0.tar.gz</Archive>
|
||||
<Archive sha1sum="71a615547fc93a6d8a653a8d92f2b42252cacb68" type="targz">https://github.com/hercules-team/augeas/archive/refs/tags/release-1.14.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
@@ -40,17 +40,24 @@
|
||||
<Name>augeas-devel</Name>
|
||||
<Summary>Development files for augeas</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">augeas</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
<Dependency release="current">augeas</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="man">/usr/share/man/man3</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2026-02-19</Date>
|
||||
<Version>1.14.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-25</Date>
|
||||
<Version>1.12.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user