@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib")
|
||||
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib -L")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
@@ -17,4 +17,4 @@ def build():
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("README*", "LICENSE*")
|
||||
pisitools.dodoc("README*", "LICENSE*")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Open-source formatting library for C++</Summary>
|
||||
<Description>{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.</Description>
|
||||
<Archive sha1sum="e5a93554711228e235774797f7bc84b0597a6de1" type="targz">https://github.com/fmtlib/fmt/archive/7.0.3.tar.gz</Archive>
|
||||
<Archive sha1sum="79338d262ac521f9ff159963603fce20f15094e5" type="targz">https://github.com/fmtlib/fmt/archive/refs/tags/8.0.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -44,8 +44,15 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2021-10-17</Date>
|
||||
<Version>8.0.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>3020-09-23</Date>
|
||||
<Date>2020-09-23</Date>
|
||||
<Version>7.0.3</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
@@ -59,4 +66,4 @@
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -6,15 +6,10 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#shelltools.system("./autogen.sh")
|
||||
|
||||
autotools.configure("--enable-static=no \
|
||||
--enable-shared=yes \
|
||||
--enable-nls")
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -22,4 +17,3 @@ def build():
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "README.md", "LICENSE")
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
<?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>
|
||||
<Source>
|
||||
<Name>libconfuse</Name>
|
||||
<Homepage>https://github.com/martinh/libconfuse</Homepage>
|
||||
<Homepage>https://github.com/libconfuse/libconfuse</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Configuration file parser library</Summary>
|
||||
<Summary>Configuration file parser library.</Summary>
|
||||
<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>
|
||||
|
||||
<Package>
|
||||
<Name>libconfuse</Name>
|
||||
<Files>
|
||||
<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>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2020-03-01</Date>
|
||||
<Version>3.2.2</Version>
|
||||
@@ -61,4 +68,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user