hunspell-dict-ru:move into main repo for pisi 2.0
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "."
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/hunspell", "ru_myspell.dict", "ru_RU.dic")
|
||||
pisitools.insinto("/usr/share/hunspell", "ru_RU.koi8r.aff", "ru_RU.aff")
|
||||
|
||||
shelltools.chmod("%s/usr/share/hunspell/*" % get.installDIR(), 0644)
|
||||
|
||||
for lang in ("ru_UA",):
|
||||
pisitools.dosym("ru_RU.dic", "/usr/share/hunspell/%s.dic" % lang)
|
||||
pisitools.dosym("ru_RU.aff", "/usr/share/hunspell/%s.aff" % lang)
|
||||
|
||||
pisitools.dodoc("readme*", "LICENSE")
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hunspell-dict-ru</Name>
|
||||
<Homepage>ftp://ftp.vsu.ru/mirrors/scon155.phys.msu.su/pub/russian/ispell/myspell</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>locale:ru</IsA>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Russian hunspell dictionaries</Summary>
|
||||
<Description>hunspell-dict-ru includes Russian hunspell dictionaries.</Description>
|
||||
<Archive sha1sum="1a1eab7dda00b05cc44a2a0950392643fd0bb395" type="targz">http://pkgs.fedoraproject.org/repo/pkgs/hunspell-ru/rus-myspell-0.99f7.tar.gz/05a7c3a7bea2432410a35d93161b4c0a/rus-myspell-0.99f7.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hunspell-dict-ru</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-02-17</Date>
|
||||
<Version>0.99f_7</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-05-05</Date>
|
||||
<Version>0.99f_7</Version>
|
||||
<Comment>Url fixed</Comment>
|
||||
<Name>Ertan Güven</Name>
|
||||
<Email>ertan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-12-28</Date>
|
||||
<Version>0.99f_7</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-ru</Name>
|
||||
<Summary xml:lang="tr">Rusça hunspell sözlükleri</Summary>
|
||||
<Description xml:lang="tr">hunspell-dict-ru Rusça hunspell sözlüklerini içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user