diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-08-18 21:46:25 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-08-18 21:46:25 +0000 |
commit | 33d1f22a0cf6efd2a73478bd109e41dfb964b844 (patch) | |
tree | 04f1b36ea867179377df9ad02159f0d9463c3b89 /app-dicts/aspell-lt/aspell-lt-1.0.1.ebuild | |
parent | x11-misc/fsv gone. (diff) | |
download | gentoo-2-33d1f22a0cf6efd2a73478bd109e41dfb964b844.tar.gz gentoo-2-33d1f22a0cf6efd2a73478bd109e41dfb964b844.tar.bz2 gentoo-2-33d1f22a0cf6efd2a73478bd109e41dfb964b844.zip |
Initial ebuild as provided by Andrius Štikonas on bug 180818. Thanks, Andrius! And thanks to the guys in irc.ktu.lt/#lithuania who were a great help in testing.
(Portage version: 2.1.3.5)
Diffstat (limited to 'app-dicts/aspell-lt/aspell-lt-1.0.1.ebuild')
-rw-r--r-- | app-dicts/aspell-lt/aspell-lt-1.0.1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-dicts/aspell-lt/aspell-lt-1.0.1.ebuild b/app-dicts/aspell-lt/aspell-lt-1.0.1.ebuild new file mode 100644 index 000000000000..dbd157f601dc --- /dev/null +++ b/app-dicts/aspell-lt/aspell-lt-1.0.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-lt/aspell-lt-1.0.1.ebuild,v 1.1 2007/08/18 21:46:25 philantrop Exp $ + +ASPELL_LANG="Lithuanian" +ASPOSTFIX="6" + +inherit aspell-dict + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~x86" + +FILENAME="aspell6-lt-1.0-1" +SRC_URI="mirror://gnu/aspell/dict/lt/${FILENAME}.tar.bz2" + +S="${WORKDIR}/${FILENAME}" |