diff --git a/util/archive/cabextract/actions.py b/util/archive/cabextract/actions.py index 6f22e1f07a..197a85852d 100644 --- a/util/archive/cabextract/actions.py +++ b/util/archive/cabextract/actions.py @@ -2,13 +2,12 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import autotools -from pisi.actionsapi import get +from pisi.actionsapi import autotools, pisitools, get def setup(): - autotools.configure() + autotools.configure("--prefix=/usr") def build(): autotools.make() @@ -16,3 +15,4 @@ def build(): def install(): autotools.make("DESTDIR=%s install" % get.installDIR()) + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/util/archive/cabextract/pspec.xml b/util/archive/cabextract/pspec.xml index eeac9471b0..62bb06b2f8 100644 --- a/util/archive/cabextract/pspec.xml +++ b/util/archive/cabextract/pspec.xml @@ -1,5 +1,5 @@ - + cabextract @@ -8,22 +8,29 @@ PisiLinux Community admins@pisilinux.org - GPLv2 + GPLv3 app:console - A program to extract from Microsoft Cabinet files + A program to extract from Microsoft Cabinet files. cabextract is a program to extract files from Microsoft Cabinet files. - http://www.cabextract.org.uk/cabextract-1.9.1.tar.gz + https://www.cabextract.org.uk/cabextract-1.11.tar.gz cabextract /usr/bin - /usr/share/man + /usr/share + + 2025-01-30 + 1.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-19 1.9.1