hunspell-dict-it:move into main repo for pisi 2.0
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/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 pisitools
|
||||
|
||||
WorkDir = "."
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/hunspell", "*.dic")
|
||||
pisitools.insinto("/usr/share/hunspell", "*.aff")
|
||||
|
||||
pisitools.dosym("it_IT.dic", "/usr/share/hunspell/it_CH.dic")
|
||||
pisitools.dosym("it_IT.aff", "/usr/share/hunspell/it_CH.aff")
|
||||
|
||||
pisitools.dodoc("*.txt", "*AUTHORS", "*ChangeLog", "*COPYING")
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hunspell-dict-it</Name>
|
||||
<Homepage>http://linguistico.sourceforge.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2+</License>
|
||||
<IsA>locale:it</IsA>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Italian hunspell dictionaries</Summary>
|
||||
<Description>hunspell-dict-it includes Italian hunspell dictionaries.</Description>
|
||||
<Archive sha1sum="b5c50c8afcad3f82757827ac7dd696b550b06d80" type="zip">http://downloads.sourceforge.net/sourceforge/linguistico/italiano_2_4_2007_09_01.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hunspell-dict-it</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>2.4</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>2.4</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-it</Name>
|
||||
<Summary xml:lang="tr">İtalyanca hunspell sözlükleri</Summary>
|
||||
<Description xml:lang="tr">hunspell-dict-it İtalyanca hunspell sözlüklerini içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user