fmt-10.1.1-6
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
from pisi.actionsapi import cmaketools, pisitools, get
|
from pisi.actionsapi import cmaketools, pisitools, get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib -L")
|
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib -L \
|
||||||
|
-DBUILD_SHARED_LIBS=ON")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
cmaketools.make()
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Open-source formatting library for C++</Summary>
|
<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>
|
<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="6c0db60f3fa7bd4cf58edc777a2408e0ddfb28b9" type="targz">https://github.com/fmtlib/fmt/archive/refs/tags/9.1.0.tar.gz</Archive>
|
<Archive sha1sum="e94b38a9efe0d696373a3cb1300dd24f12e2dd9c" type="targz">https://github.com/fmtlib/fmt/archive/refs/tags/10.1.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -39,11 +39,19 @@
|
|||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="data">/usr/lib/cmake</Path>
|
||||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2023-11-17</Date>
|
||||||
|
<Version>10.1.1</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2022-12-16</Date>
|
<Date>2022-12-16</Date>
|
||||||
<Version>9.1.0</Version>
|
<Version>9.1.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user