libconfig 1.7.2

This commit is contained in:
idriskalp
2020-01-12 00:43:25 +03:00
parent 05b4763f0d
commit a8d7f09194
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
autotools.autoreconf("-vfi")
autotools.configure("--disable-static") autotools.configure("--disable-static")
# Do not link to unused m library # Do not link to unused m library
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>C/C++ Configuration File Library</Summary> <Summary>C/C++ Configuration File Library</Summary>
<Description>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.</Description> <Description>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.</Description>
<Archive sha1sum="24306c7efce07669a4053d0977a45e2f3a3add79" type="targz">http://pkgs.fedoraproject.org/repo/pkgs/libconfig/libconfig-1.5.tar.gz/a939c4990d74e6fc1ee62be05716f633/libconfig-1.5.tar.gz</Archive> <Archive sha1sum="a0b282e78409f9f1a165b0c0011ae2ea78e7a390" type="targz" name="libconfig-1.7.2.tar.gz">https://github.com/hyperrealm/libconfig/archive/v1.7.2.tar.gz</Archive>
</Source> </Source>
<Package> <Package>
@@ -37,6 +37,13 @@
</Package> </Package>
<History> <History>
<Update release="5">
<Date>2020-01-12</Date>
<Version>1.7.2</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4"> <Update release="4">
<Date>2018-08-03</Date> <Date>2018-08-03</Date>
<Version>1.5</Version> <Version>1.5</Version>