augeas
This commit is contained in:
@@ -11,14 +11,14 @@ from pisi.actionsapi import get
|
||||
|
||||
j = ''.join([
|
||||
' --prefix=/usr',
|
||||
' --with-pdfdocs=no',
|
||||
' --without-pdfdoc',
|
||||
' --with-threads=posix',
|
||||
' --without-selinux',
|
||||
' --disable-static '
|
||||
])
|
||||
|
||||
def setup():
|
||||
shelltools.system("sh ./autogen.sh")
|
||||
# shelltools.system("sh ./autogen.sh")
|
||||
autotools.configure(j)
|
||||
|
||||
def build():
|
||||
|
||||
@@ -13,9 +13,8 @@
|
||||
<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="71a615547fc93a6d8a653a8d92f2b42252cacb68" type="targz">https://github.com/hercules-team/augeas/archive/refs/tags/release-1.14.1.tar.gz</Archive>
|
||||
<Archive sha1sum="88daf08a88fbbdf68ca5865abc5593b52c017368" type="targz">https://github.com/hercules-team/augeas/releases/download/release-1.14.1/augeas-1.14.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -32,6 +31,7 @@
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/augeas</Path>
|
||||
<Path fileType="data">/usr/share/vim/vimfiles</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
|
||||
Reference in New Issue
Block a user