diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2006-06-23 21:16:57 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2006-06-23 21:16:57 +0000 |
commit | 8956e8270dad51ca775dd236b2ffe80306a66b7b (patch) | |
tree | a1a8ecdd2b4f02e6b288acf3038aa9c6d0104a9f /app-dicts/ispell-da/ispell-da-1.4.54.ebuild | |
parent | new version (diff) | |
download | historical-8956e8270dad51ca775dd236b2ffe80306a66b7b.tar.gz historical-8956e8270dad51ca775dd236b2ffe80306a66b7b.tar.bz2 historical-8956e8270dad51ca775dd236b2ffe80306a66b7b.zip |
new version
Package-Manager: portage-2.1
Diffstat (limited to 'app-dicts/ispell-da/ispell-da-1.4.54.ebuild')
-rw-r--r-- | app-dicts/ispell-da/ispell-da-1.4.54.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-dicts/ispell-da/ispell-da-1.4.54.ebuild b/app-dicts/ispell-da/ispell-da-1.4.54.ebuild new file mode 100644 index 000000000000..d5c656bd8f5f --- /dev/null +++ b/app-dicts/ispell-da/ispell-da-1.4.54.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.54.ebuild,v 1.1 2006/06/23 21:16:57 arj Exp $ + +DESCRIPTION="A danish dictionary for ispell" +HOMEPAGE="http://da.speling.org/" +SRC_URI="http://da.speling.org/filer/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~amd64 ~alpha ~ppc ~hppa" +IUSE="" + +DEPEND="app-text/ispell" + +src_compile() { + emake || die +} + +src_install() { + insinto /usr/lib/ispell + doins dansk.aff dansk.hash + dodoc README contributors +} |