recode.
This commit is contained in:
@@ -1,26 +1,21 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# 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 autotools, pisitools, get
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
from pisi.actionsapi import shelltools
|
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#shelltools.unlink("m4/libtool.m4")
|
autotools.configure("--disable-static")
|
||||||
#shelltools.unlink("acinclude.m4")
|
|
||||||
#autotools.autoreconf("-vif")
|
|
||||||
|
|
||||||
autotools.configure("--enable-nls \
|
|
||||||
--without-included-gettext \
|
|
||||||
--disable-static")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
|
def check():
|
||||||
|
autotools.make("check")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "THANKS", "TODO")
|
pisitools.dodoc("AUTHORS", "NEWS", "THANKS")
|
||||||
|
|||||||
@@ -1,27 +1,37 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>recode</Name>
|
<Name>recode</Name>
|
||||||
<Homepage>http://www.gnu.org/software/recode/</Homepage>
|
<Homepage>https://github.com/rrthomas/recode/</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>GPLv2</License>
|
<License>GPL-3/LGPL-3</License>
|
||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
|
<PartOf>office.misc</PartOf>
|
||||||
<Summary>File character set converter</Summary>
|
<Summary>File character set converter</Summary>
|
||||||
<Description>Recode can convert files to various character sets (e.g. utf8, iso-8859-1, koi8r..).</Description>
|
<Description>Recode can convert files to various character sets (e.g. utf8, iso-8859-1, koi8r..).</Description>
|
||||||
<Archive sha1sum="8c02c0c892f7f67909e993771e18f9a391b07ba1" type="targz">https://github.com/rrthomas/recode/releases/download/v3.7.6/recode-3.7.6.tar.gz</Archive>
|
<Archive sha1sum="43a291ddc3baeb3679b3803efa6e1c0b67e2bd53" type="targz">
|
||||||
|
https://github.com/rrthomas/recode/releases/download/v3.7.14/recode-3.7.14.tar.gz
|
||||||
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>texinfo</Dependency>
|
<Dependency>texinfo</Dependency>
|
||||||
|
<Dependency>cython3</Dependency>
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>gettext-devel</Dependency>
|
<Dependency>gettext-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
|
<Patches>
|
||||||
|
<!-- <Patch level="1">missing.patch</Patch> -->
|
||||||
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>recode</Name>
|
<Name>recode</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<!-- <Dependency></Dependency> -->
|
||||||
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
@@ -44,6 +54,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2023-03-25</Date>
|
||||||
|
<Version>3.7.14</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2020-01-22</Date>
|
<Date>2020-01-22</Date>
|
||||||
<Version>3.7.6</Version>
|
<Version>3.7.6</Version>
|
||||||
@@ -87,4 +104,4 @@
|
|||||||
<Email>groni@pisilinux.org</Email>
|
<Email>groni@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user