p7zip-17.05
This commit is contained in:
@@ -11,9 +11,7 @@ from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "p7zip-%s" % get.srcVERSION()
|
||||
|
||||
makefiles = {
|
||||
'x86_64' : "makefile.linux_amd64_asm"
|
||||
}
|
||||
makefiles = { 'x86_64' : "makefile.linux_amd64_asm" }
|
||||
|
||||
def setup():
|
||||
shelltools.copy(makefiles[get.ARCH()], "makefile.machine")
|
||||
@@ -21,7 +19,10 @@ def setup():
|
||||
def build():
|
||||
autotools.make('OPTFLAGS="%s %s" 7z 7za 7zr sfx' % (get.CFLAGS(), get.CXXFLAGS()))
|
||||
|
||||
def check():
|
||||
autotools.make("test")
|
||||
autotools.make("test_7z")
|
||||
autotools.make("test_7zr")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DEST_DIR=%s DEST_HOME=/usr DEST_MAN=/usr/share/man" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("README.md")
|
||||
|
||||
@@ -3,19 +3,20 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>p7zip</Name>
|
||||
<Homepage>https://github.com/jinfeihan57/p7zip</Homepage>
|
||||
<Homepage>https://github.com/p7zip-project/p7zip</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>util.archive</PartOf>
|
||||
<Summary>Port of 7-Zip archiver for *nix</Summary>
|
||||
<Description>
|
||||
p7zip is a port of 7-Zip archiver for Unix. Supports packing-unpacking 7z, ZIP, GZIP, BZIP2 and TAR archives and unpacking RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS arhives.
|
||||
</Description>
|
||||
<Archive sha1sum="e4cd1283aff2fbb36b8736090c26a9fc5eec842d" type="targz">
|
||||
https://github.com/jinfeihan57/p7zip/archive/v17.04.tar.gz
|
||||
<Archive sha1sum="f8c03d6b55759867fb464bfe5caf49149de34b01" type="targz">
|
||||
https://github.com/p7zip-project/p7zip/archive/refs/tags/v17.05.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>yasm-devel</Dependency>
|
||||
@@ -37,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2023-03-06</Date>
|
||||
<Version>17.05</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2021-04-26</Date>
|
||||
<Version>17.04</Version>
|
||||
|
||||
Reference in New Issue
Block a user