cabextract-1.11
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cabextract</Name>
|
||||
@@ -8,22 +8,29 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A program to extract from Microsoft Cabinet files</Summary>
|
||||
<Summary>A program to extract from Microsoft Cabinet files.</Summary>
|
||||
<Description>cabextract is a program to extract files from Microsoft Cabinet files.</Description>
|
||||
<Archive sha1sum="a939b03822cf5a8fcc1677077915416f42a12784" type="targz">http://www.cabextract.org.uk/cabextract-1.9.1.tar.gz</Archive>
|
||||
<Archive sha1sum="e9274e4671f5cb9a351caf9a64990df6b1f49ab3" type="targz">https://www.cabextract.org.uk/cabextract-1.11.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>cabextract</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-01-30</Date>
|
||||
<Version>1.11</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-02-19</Date>
|
||||
<Version>1.9.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user