enca add and version bump

This commit is contained in:
groni
2016-01-01 13:22:16 +01:00
parent 02574c1724
commit 14648ed420
7 changed files with 100915 additions and 100700 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.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")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "FAQ", "README*", "THANKS", "TODO")
+89
View File
@@ -0,0 +1,89 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>enca</Name>
<Homepage>http://cihar.com/software/enca</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<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="1913e045a1a8c402c4a77222075b12cfe85625a4" type="tarxz">http://dl.cihar.com/enca/enca-1.16.tar.xz</Archive>
<BuildDependencies>
<Dependency>recode-devel</Dependency>
<Dependency>libtool</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gtk-doc</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>enca</Name>
<RuntimeDependencies>
<Dependency>recode</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/libexec/enca</Path>
<Path fileType="doc">/usr/share/doc/enca</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>enca-devel</Name>
<Summary>Development files for enca</Summary>
<RuntimeDependencies>
<Dependency release="current">enca</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2016-01-01</Date>
<Version>1.16</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-05-22</Date>
<Version>1.15</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-03-09</Date>
<Version>1.14</Version>
<Comment>Rebuild for buildhost</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-07-06</Date>
<Version>1.14</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-13</Date>
<Version>1.13</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>enca</Name>
<Summary xml:lang="tr">Karakter seti yorumlayıcı</Summary>
<Description xml:lang="tr">enca, metin dosyalarının karakter setini tanımlama ve dönüştürme aracıdır.</Description>
</Source>
<Package>
<Name>enca-devel</Name>
<Summary xml:lang="tr">enca için geliştirme dosyaları</Summary>
</Package>
</PISI>
+100787 -100698
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
4efc72e62a8bd44a60c8a99fcb50fbdeb755e231
6c2d9e0f4ea9bbe1157157819151cf5edd4c8638
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
f42fa2429c44709326cfa4cfa96290622f7ceb3a
ba52c70d3ad9c4939c4bd7dd22d5e9c52f690494