@@ -11,14 +11,14 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
j = ''.join([
|
j = ''.join([
|
||||||
' --prefix=/usr',
|
' --prefix=/usr',
|
||||||
' --with-pdfdocs=no',
|
' --without-pdfdoc',
|
||||||
' --with-threads=posix',
|
' --with-threads=posix',
|
||||||
' --without-selinux',
|
' --without-selinux',
|
||||||
' --disable-static '
|
' --disable-static '
|
||||||
])
|
])
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.system("sh ./autogen.sh")
|
# shelltools.system("sh ./autogen.sh")
|
||||||
autotools.configure(j)
|
autotools.configure(j)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -13,9 +13,8 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A library for changing configuration files</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>git</Dependency>
|
|
||||||
<Dependency>libxml2-devel</Dependency>
|
<Dependency>libxml2-devel</Dependency>
|
||||||
<Dependency>readline-devel</Dependency>
|
<Dependency>readline-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -32,6 +31,7 @@
|
|||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="data">/usr/share/augeas</Path>
|
<Path fileType="data">/usr/share/augeas</Path>
|
||||||
<Path fileType="data">/usr/share/vim/vimfiles</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="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
</Files>
|
</Files>
|
||||||
|
|||||||
Reference in New Issue
Block a user