zstd
main'den silinmesi gerekli
This commit is contained in:
+13
-15
@@ -6,24 +6,22 @@
|
|||||||
import os
|
import os
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import mesontools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.makedirs("bld")
|
shelltools.cd("build/meson")
|
||||||
shelltools.cd("bld")
|
mesontools.configure("-Dlegacy-level=7 \
|
||||||
shelltools.system("meson setup \
|
-Dzlib=enabled \
|
||||||
../build/meson \
|
-Dlzma=enabled \
|
||||||
--prefix=/usr \
|
-Dbin_contrib=true \
|
||||||
-Dlegacy-level=7 \
|
-Dlz4=enabled")
|
||||||
-Dzlib=enabled \
|
|
||||||
-Dlzma=enabled \
|
|
||||||
-Dlz4=enabled \
|
|
||||||
")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
shelltools.cd("bld")
|
shelltools.cd("build/meson")
|
||||||
shelltools.system("ninja")
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("bld")
|
shelltools.cd("build/meson")
|
||||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
mesontools.install()
|
||||||
|
|||||||
@@ -49,12 +49,19 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="2">
|
||||||
<Date>2020-10-22</Date>
|
<Date>2020-10-22</Date>
|
||||||
<Version>1.4.5</Version>
|
<Version>1.4.5</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release</Comment>
|
||||||
<Name>İdris Kalp</Name>
|
<Name>İdris Kalp</Name>
|
||||||
<Email>idriskalp@gmail.com</Email>
|
<Email>idriskalp@gmail.com</Email>
|
||||||
</Update>
|
</Update>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2020-02-14</Date>
|
||||||
|
<Version>1.4.4</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user