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