diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-04-04 17:49:03 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-04-04 17:49:03 +0000 |
commit | 0b155664efae5f12a552412c0ea248d1a17e8104 (patch) | |
tree | 14acfc29593be89696593c30ffe98555c2bcbf30 /app-dicts/ispell-hu | |
parent | adding avenj's fixes to an ebuild that isn't masked on all archs ^_^ (diff) | |
download | historical-0b155664efae5f12a552412c0ea248d1a17e8104.tar.gz historical-0b155664efae5f12a552412c0ea248d1a17e8104.tar.bz2 historical-0b155664efae5f12a552412c0ea248d1a17e8104.zip |
initial release (#39465)
Diffstat (limited to 'app-dicts/ispell-hu')
-rw-r--r-- | app-dicts/ispell-hu/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/ispell-hu/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/ispell-hu/files/digest-ispell-hu-0.93 | 1 | ||||
-rw-r--r-- | app-dicts/ispell-hu/ispell-hu-0.93.ebuild | 25 | ||||
-rw-r--r-- | app-dicts/ispell-hu/metadata.xml | 5 |
5 files changed, 44 insertions, 0 deletions
diff --git a/app-dicts/ispell-hu/ChangeLog b/app-dicts/ispell-hu/ChangeLog new file mode 100644 index 000000000000..f3760aa8c3a6 --- /dev/null +++ b/app-dicts/ispell-hu/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-dicts/ispell-hu +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.1 2004/04/04 17:49:03 liquidx Exp $ + +*ispell-hu-0.93 (04 Apr 2004) + + 04 Apr 2004; Alastair Tse <liquidx@gentoo.org> ispell-hu-0.93.ebuild: + initial ebuild contributed by Attila Kesmarki <danthe@medex.hu> (#39465) + diff --git a/app-dicts/ispell-hu/Manifest b/app-dicts/ispell-hu/Manifest new file mode 100644 index 000000000000..2cae331de270 --- /dev/null +++ b/app-dicts/ispell-hu/Manifest @@ -0,0 +1,4 @@ +MD5 3a5254026a224066c7081e48d99e093d ispell-hu-0.93.ebuild 670 +MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 +MD5 becc1b39cfb76d0398b345000894ba35 ChangeLog 400 +MD5 344fee4fa17e3b10ce1a312a3784841a files/digest-ispell-hu-0.93 69 diff --git a/app-dicts/ispell-hu/files/digest-ispell-hu-0.93 b/app-dicts/ispell-hu/files/digest-ispell-hu-0.93 new file mode 100644 index 000000000000..730678b52e67 --- /dev/null +++ b/app-dicts/ispell-hu/files/digest-ispell-hu-0.93 @@ -0,0 +1 @@ +MD5 e916da3e89d1dedbddc25db4a95ff7c3 magyarispell-0.93.tar.gz 549928 diff --git a/app-dicts/ispell-hu/ispell-hu-0.93.ebuild b/app-dicts/ispell-hu/ispell-hu-0.93.ebuild new file mode 100644 index 000000000000..dab0bef2763c --- /dev/null +++ b/app-dicts/ispell-hu/ispell-hu-0.93.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-0.93.ebuild,v 1.1 2004/04/04 17:49:03 liquidx Exp $ + +S="${WORKDIR}/magyarispell-${PV}" +DESCRIPTION="Hungarian dictionary for Ispell" +SRC_URI="http://www.szofi.hu/gnu/magyarispell/magyarispell-${PV}.tar.gz" +HOMEPAGE="http://www.szofi.hu/gnu/magyarispell" + +SLOT="0" +LICENSE="GPL-2" +DEPEND="app-text/ispell" +KEYWORDS="~x86" + +src_compile() { + emake all || die +} + +src_install () { + dodir /usr/lib/ispell + dodir /usr/bin + make DESTDIR=${D} install || die + + dodoc ChangeLog COPYING README GYIK +} diff --git a/app-dicts/ispell-hu/metadata.xml b/app-dicts/ispell-hu/metadata.xml new file mode 100644 index 000000000000..8f9450df306e --- /dev/null +++ b/app-dicts/ispell-hu/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>app-dicts</herd> +</pkgmetadata> |