enca-1.21

This commit is contained in:
4fury-c3440d8
2026-02-15 23:56:30 +04:00
parent 8c5ae2e2e8
commit 2d06b6de1b
2 changed files with 12 additions and 7 deletions
+2 -4
View File
@@ -2,15 +2,13 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vfi")
autotools.configure("--enable-external \
--with-librecode=/usr \
--disable-static")
@@ -21,4 +19,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "FAQ", "README*", "THANKS", "TODO")
pisitools.dodoc("AUTHORS", "COPYING", "THANKS")
+10 -3
View File
@@ -1,9 +1,9 @@
<?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>enca</Name>
<Homepage>http://cihar.com/software/enca</Homepage>
<Homepage>https://github.com/Project-OSS-Revival/enca</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Charset analyzer</Summary>
<Description>enca is a character set analyzer that can detect and convert character set of text files.</Description>
<Archive sha1sum="3a7a493947001dbf4ca98d5780ede9080e077698" type="tarxz">http://dl.cihar.com/enca/enca-1.19.tar.xz</Archive>
<Archive sha1sum="4d5bdf6f9fdd93b9ffaf579acc8d6ba8419783e9" type="tarxz">https://github.com/Project-OSS-Revival/enca/releases/download/1.21/enca-1.21.tar.xz</Archive>
<BuildDependencies>
<Dependency>recode-devel</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -50,6 +50,13 @@
</Package>
<History>
<Update release="6">
<Date>2026-02-15</Date>
<Version>1.21</Version>
<Comment>New upstream and update.</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-03-17</Date>
<Version>1.19</Version>