dev-python/towncrier: keyworded 19.2.0 for ia64, bug #700918
[gentoo.git] / app-dicts / libydpdict / libydpdict-1.0.2.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="Library for handling the Collins Dictionary database"
7 HOMEPAGE="http://toxygen.net/ydpdict/"
8 SRC_URI="http://toxygen.net/ydpdict/${P}.tar.gz"
9
10 LICENSE="LGPL-2.1"
11 SLOT="0"
12 KEYWORDS="amd64 x86"
13 IUSE=""
14
15 DEPEND=""
16 RDEPEND=""
17
18 src_install() {
19         emake DESTDIR="${D}" install
20         dodoc AUTHORS
21 }