hunspell-dict-fr: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", "*.dic")
|
||||
pisitools.insinto("/usr/share/hunspell", "*.aff")
|
||||
|
||||
shelltools.chmod("%s/usr/share/hunspell/*" % get.installDIR(), 0644)
|
||||
|
||||
for lang in ("fr_BE", "fr_CA", "fr_CH", "fr_LU", "fr_MC"):
|
||||
pisitools.dosym("fr_FR.dic", "/usr/share/hunspell/%s.dic" % lang)
|
||||
pisitools.dosym("fr_FR.aff", "/usr/share/hunspell/%s.aff" % lang)
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hunspell-dict-fr</Name>
|
||||
<Homepage>http://dico.savant.free.fr/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>LGPLv2</License>
|
||||
<License>MPL-1.1</License>
|
||||
<IsA>locale:fr</IsA>
|
||||
<IsA>data</IsA>
|
||||
<Summary>French hunspell dictionaries</Summary>
|
||||
<Description>hunspell-dict-fr includes French (France, Belgium, etc.) hunspell dictionaries.</Description>
|
||||
<Archive sha1sum="a3d2cbebe84b02e3c417785bacd472cb724e7749" type="zip">http://dico.savant.free.fr/_download/fr_FR_2-3-2.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hunspell-dict-fr</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-27</Date>
|
||||
<Version>2.3.2</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.3.2</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-fr</Name>
|
||||
<Summary xml:lang="tr">Fransızca hunspell sözlükleri</Summary>
|
||||
<Description xml:lang="tr">hunspell-dict-fr Fransızca (Fransa, Belçika vs.) hunspell sözlüklerini içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user