libconfuse.

This commit is contained in:
4fury-c3440d8
2021-10-17 13:59:34 +03:00
parent 9f3fd6b21c
commit ea79648999
2 changed files with 14 additions and 13 deletions
+1 -7
View File
@@ -6,15 +6,10 @@
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
#shelltools.system("./autogen.sh") autotools.configure("--disable-static")
autotools.configure("--enable-static=no \
--enable-shared=yes \
--enable-nls")
def build(): def build():
autotools.make() autotools.make()
@@ -22,4 +17,3 @@ def build():
def install(): def install():
autotools.install() autotools.install()
pisitools.dodoc("AUTHORS", "README.md", "LICENSE")
+12 -5
View File
@@ -1,25 +1,25 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>libconfuse</Name> <Name>libconfuse</Name>
<Homepage>https://github.com/martinh/libconfuse</Homepage> <Homepage>https://github.com/libconfuse/libconfuse</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>LGPLv2</License> <License>LGPLv2</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Configuration file parser library</Summary> <Summary>Configuration file parser library.</Summary>
<Description>libconfuse is a configuration file parser library.</Description> <Description>libconfuse is a configuration file parser library.</Description>
<Archive sha1sum="571ce2dfc36f1bb97553b9e2753d232a502b5c3d" type="tarxz">https://github.com/martinh/libconfuse/releases/download/v3.2.2/confuse-3.2.2.tar.xz</Archive> <Archive sha1sum="8d07f3877331b7e87309e4dcacb353ce5e2ea0bd" type="tarxz">https://github.com/libconfuse/libconfuse/releases/download/v3.3/confuse-3.3.tar.xz</Archive>
</Source> </Source>
<Package> <Package>
<Name>libconfuse</Name> <Name>libconfuse</Name>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc/confuse</Path>
<Path fileType="localedata">/usr/share/locale</Path> <Path fileType="localedata">/usr/share/locale</Path>
</Files> </Files>
</Package> </Package>
@@ -39,6 +39,13 @@
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2021-10-17</Date>
<Version>3.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2020-03-01</Date> <Date>2020-03-01</Date>
<Version>3.2.2</Version> <Version>3.2.2</Version>