Hungarian dictionaries for hunspell
This commit is contained in:
parent
5d5001b1f2
commit
e3a4186115
4 changed files with 43 additions and 0 deletions
1
hunspell-hu_HU/DESCR
Normal file
1
hunspell-hu_HU/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Hungarian dictionary for hunspell.
|
31
hunspell-hu_HU/Makefile
Normal file
31
hunspell-hu_HU/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/09/12 22:25:30 hoka_adam Exp $
|
||||
#
|
||||
|
||||
VERSION= 20070511
|
||||
DISTNAME= hu_HU
|
||||
PKGNAME= hunspell-${DISTNAME}-${VERSION}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= adam.hoka@gmail.com
|
||||
HOMEPAGE= http://wiki.services.openoffice.org/wiki/Dictionaries
|
||||
COMMENT= Hungarian dictionaries for hunspell
|
||||
|
||||
DIST_SUBDIR= hunspell-dictionaries/${DISTNAME}-${VERSION}
|
||||
# don't want -L
|
||||
EXTRACT_OPTS_ZIP= -aqo
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
INSTALLATION_DIRS= share/hunspell share/doc/hunspell-${DISTNAME}
|
||||
|
||||
do-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.* ${PREFIX}/share/hunspell
|
||||
${INSTALL_DATA} ${WRKSRC}/README_${DISTNAME}.txt \
|
||||
${PREFIX}/share/doc/hunspell-${DISTNAME}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
hunspell-hu_HU/PLIST
Normal file
6
hunspell-hu_HU/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/12 22:25:30 hoka_adam Exp $
|
||||
share/doc/hunspell-hu_HU/README_hu_HU.txt
|
||||
share/hunspell/hu_HU.aff
|
||||
share/hunspell/hu_HU.dic
|
||||
@unexec ${RMDIR} %D/share/hunspell 2>/dev/null || ${TRUE}
|
||||
@dirrm share/doc/hunspell-hu_HU
|
5
hunspell-hu_HU/distinfo
Normal file
5
hunspell-hu_HU/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/09/12 22:25:30 hoka_adam Exp $
|
||||
|
||||
SHA1 (hunspell-dictionaries/hu_HU-20070511/hu_HU.zip) = 75047e8dc8998ea16f77dd58da0a26c30a388c5e
|
||||
RMD160 (hunspell-dictionaries/hu_HU-20070511/hu_HU.zip) = cb262cb18bfce95df9b422f4430effebd4da8e00
|
||||
Size (hunspell-dictionaries/hu_HU-20070511/hu_HU.zip) = 500484 bytes
|
Loading…
Reference in a new issue