libarchive.

This commit is contained in:
4fury-c3440d8
2023-01-04 06:38:58 +03:00
parent 45ab872e4d
commit 62b69b93b8
2 changed files with 17 additions and 8 deletions
+9 -7
View File
@@ -8,15 +8,17 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
import os
#import os
j = ''.join([
' --with-lzo2',
' --disable-static '
])
def setup():
autotools.autoreconf("-fi")
autotools.configure("--disable-static \
--with-lzo2 \
")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
autotools.configure(j)
#pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
@@ -27,4 +29,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING","NEWS")
pisitools.dodoc("COPYING", "NEWS")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Library for reading and writing streaming archives</Summary>
<Description>libarchive includes a library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats.</Description>
<Archive sha1sum="40e317009a583c42dc6445de327a9b8a0f3beb01" type="tarxz">https://github.com/libarchive/libarchive/releases/download/v3.6.1/libarchive-3.6.1.tar.xz</Archive>
<Archive sha1sum="35c971132e4ecb1679418d1713e328e415aac569" type="tarxz">https://github.com/libarchive/libarchive/releases/download/v3.6.2/libarchive-3.6.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>acl-devel</Dependency>
<Dependency>nettle-devel</Dependency>
@@ -67,6 +67,13 @@
</Package>
<History>
<Update release="13">
<Date>2023-01-03</Date>
<Version>3.6.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="12">
<Date>2022-11-01</Date>
<Version>3.6.1</Version>