enca-1.21
This commit is contained in:
@@ -2,15 +2,13 @@
|
|||||||
# -*- 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/copyleft/gpl.txt.
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-vfi")
|
|
||||||
autotools.configure("--enable-external \
|
autotools.configure("--enable-external \
|
||||||
--with-librecode=/usr \
|
--with-librecode=/usr \
|
||||||
--disable-static")
|
--disable-static")
|
||||||
@@ -21,4 +19,4 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "FAQ", "README*", "THANKS", "TODO")
|
pisitools.dodoc("AUTHORS", "COPYING", "THANKS")
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<?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>enca</Name>
|
<Name>enca</Name>
|
||||||
<Homepage>http://cihar.com/software/enca</Homepage>
|
<Homepage>https://github.com/Project-OSS-Revival/enca</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Charset analyzer</Summary>
|
<Summary>Charset analyzer</Summary>
|
||||||
<Description>enca is a character set analyzer that can detect and convert character set of text files.</Description>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>recode-devel</Dependency>
|
<Dependency>recode-devel</Dependency>
|
||||||
<Dependency>gettext-devel</Dependency>
|
<Dependency>gettext-devel</Dependency>
|
||||||
@@ -50,6 +50,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="5">
|
||||||
<Date>2020-03-17</Date>
|
<Date>2020-03-17</Date>
|
||||||
<Version>1.19</Version>
|
<Version>1.19</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user