tageditor: cpp-utilities-5.14.0
This commit is contained in:
@@ -17,16 +17,14 @@ i = ''.join([
|
|||||||
])
|
])
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.makedirs("build")
|
cmaketools.configure("-B_build %s" % i)
|
||||||
shelltools.cd("build")
|
|
||||||
cmaketools.configure(i, sourceDir = '..')
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
shelltools.cd("build")
|
shelltools.cd("_build")
|
||||||
cmaketools.make()
|
cmaketools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("build")
|
shelltools.cd("_build")
|
||||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("../LICENSE", "../README.md")
|
pisitools.dodoc("../LICENSE", "../README.md")
|
||||||
|
|||||||
@@ -13,8 +13,8 @@
|
|||||||
<PartOf>programming.library</PartOf>
|
<PartOf>programming.library</PartOf>
|
||||||
<Summary>Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.</Summary>
|
<Summary>Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.</Summary>
|
||||||
<Description>Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.</Description>
|
<Description>Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.</Description>
|
||||||
<Archive sha1sum="18779b3009c55d47d1d40d09f91e6fa8dbec1baf" type="targz">
|
<Archive sha1sum="8d4dfcc1b715261fba9c092af478e2720a1a5e92" type="targz">
|
||||||
https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.12.0.tar.gz
|
https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.14.0.tar.gz
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
@@ -50,6 +50,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2022-04-14</Date>
|
||||||
|
<Version>5.14.0</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2022-01-18</Date>
|
<Date>2022-01-18</Date>
|
||||||
<Version>5.12.0</Version>
|
<Version>5.12.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user