hunspell-dict-de:move into main repo for pisi 2.0

This commit is contained in:
2015-10-06 00:41:52 +03:00
parent 390608d21e
commit 3a3d71c38c
3 changed files with 85 additions and 0 deletions
@@ -0,0 +1,33 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
WorkDir = "igerman98-20131206"
def build():
autotools.make("hunspell/de_AT_small.dic hunspell/de_AT.aff hunspell/de_CH_small.dic hunspell/de_CH.aff hunspell/de_DE.aff")
shelltools.cd("hunspell")
for f in ("README_de_AT.txt", "README_de_CH.txt", "README_de_DE.txt"):
pisitools.dosed(f, "\r")
def install():
shelltools.cd("hunspell")
pisitools.insinto("/usr/share/hunspell", "*.dic")
pisitools.insinto("/usr/share/hunspell", "*.aff")
pisitools.dosym("de_DE.dic", "/usr/share/hunspell/de_BE.dic")
pisitools.dosym("de_DE.aff", "/usr/share/hunspell/de_BE.aff")
pisitools.dosym("de_DE.dic", "/usr/share/hunspell/de_LU.dic")
pisitools.dosym("de_DE.aff", "/usr/share/hunspell/de_LU.aff")
pisitools.dosym("de_CH.dic", "/usr/share/hunspell/de_LI.dic")
pisitools.dosym("de_CH.aff", "/usr/share/hunspell/de_LI.aff")
pisitools.dodoc("README*", "COPYING*")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>hunspell-dict-de</Name>
<Homepage>http://www.j3e.de/ispell/igerman98</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>GPLv3</License>
<IsA>locale:de</IsA>
<IsA>data</IsA>
<Summary>German hunspell dictionaries</Summary>
<Description>hunspell-dict-de includes German, Switzerland, etc. hunspell dictionaries.</Description>
<Archive sha1sum="ae310d6c92c49cfddbc569431bcb296bcfbad5a1" type="tarbz2">https://www.j3e.de/ispell/igerman98/dict/igerman98-20131206.tar.bz2</Archive>
</Source>
<Package>
<Name>hunspell-dict-de</Name>
<Files>
<Path fileType="data">/usr/share/hunspell</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2014-01-26</Date>
<Version>0.0_20131216</Version>
<Comment>Version Bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-13</Date>
<Version>0.0_20090107</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>hunspell-dict-de</Name>
<Summary xml:lang="tr">Almanca hunspell sözlüğü</Summary>
<Description xml:lang="tr">hunspell-dict-de Almanca ve İsviçre Almancası için hunspell sözlüklerini içermektedir.</Description>
</Source>
</PISI>