diff options
Diffstat (limited to 'dev-db/m17n-db/m17n-db-1.6.3.ebuild')
-rw-r--r-- | dev-db/m17n-db/m17n-db-1.6.3.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-db/m17n-db/m17n-db-1.6.3.ebuild b/dev-db/m17n-db/m17n-db-1.6.3.ebuild new file mode 100644 index 000000000000..7a14bf3921e9 --- /dev/null +++ b/dev-db/m17n-db/m17n-db-1.6.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Database for the m17n library" +HOMEPAGE="https://savannah.nongnu.org/projects/m17n" +SRC_URI="mirror://nongnu/m17n/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" +IUSE="" + +DEPEND="sys-devel/gettext" +RDEPEND="virtual/libintl" + +src_install() { + default + + docinto FORMATS + dodoc FORMATS/* + + docinto UNIDATA + dodoc UNIDATA/* +} |