diff --git a/util/archive/p7zip/actions.py b/util/archive/p7zip/actions.py index 7f1cdde316..c3506f8778 100644 --- a/util/archive/p7zip/actions.py +++ b/util/archive/p7zip/actions.py @@ -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") diff --git a/util/archive/p7zip/pspec.xml b/util/archive/p7zip/pspec.xml index 0d68494ae0..438e553f75 100644 --- a/util/archive/p7zip/pspec.xml +++ b/util/archive/p7zip/pspec.xml @@ -3,19 +3,20 @@ p7zip - https://github.com/jinfeihan57/p7zip + https://github.com/p7zip-project/p7zip PisiLinux Community admins@pisilinux.org LGPLv2.1 app:console + util.archive Port of 7-Zip archiver for *nix 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. - - https://github.com/jinfeihan57/p7zip/archive/v17.04.tar.gz + + https://github.com/p7zip-project/p7zip/archive/refs/tags/v17.05.tar.gz yasm-devel @@ -37,6 +38,13 @@ + + 2023-03-06 + 17.05 + Version bump. + fury + uglyside@yandex.ru + 2021-04-26 17.04