tageditor: cpp-utilities-5.14.0
This commit is contained in:
@@ -17,16 +17,14 @@ i = ''.join([
|
||||
])
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
cmaketools.configure(i, sourceDir = '..')
|
||||
cmaketools.configure("-B_build %s" % i)
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
shelltools.cd("_build")
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
shelltools.cd("_build")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("../LICENSE", "../README.md")
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>programming.library</PartOf>
|
||||
<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>
|
||||
<Archive sha1sum="18779b3009c55d47d1d40d09f91e6fa8dbec1baf" type="targz">
|
||||
https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.12.0.tar.gz
|
||||
<Archive sha1sum="8d4dfcc1b715261fba9c092af478e2720a1a5e92" type="targz">
|
||||
https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.14.0.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2022-01-18</Date>
|
||||
<Version>5.12.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user