diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-01-26 15:27:16 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-01-26 15:27:16 +0000 |
commit | 39461042a78051769fe93ee78a545b2ae7cbd10c (patch) | |
tree | cde91fce3eb2b2ae887467afd5ff8a2a670a07c3 /dev-db/m17n-db/m17n-db-1.5.5.ebuild | |
parent | Fix faac handling if USE=-encode, bug 300364. (diff) | |
download | historical-39461042a78051769fe93ee78a545b2ae7cbd10c.tar.gz historical-39461042a78051769fe93ee78a545b2ae7cbd10c.tar.bz2 historical-39461042a78051769fe93ee78a545b2ae7cbd10c.zip |
Version bumped.
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
Diffstat (limited to 'dev-db/m17n-db/m17n-db-1.5.5.ebuild')
-rw-r--r-- | dev-db/m17n-db/m17n-db-1.5.5.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-db/m17n-db/m17n-db-1.5.5.ebuild b/dev-db/m17n-db/m17n-db-1.5.5.ebuild new file mode 100644 index 000000000000..5971d671a8cb --- /dev/null +++ b/dev-db/m17n-db/m17n-db-1.5.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/m17n-db-1.5.5.ebuild,v 1.1 2010/01/26 15:26:00 matsuu Exp $ + +DESCRIPTION="Database for the m17n library" +HOMEPAGE="http://www.m17n.org/m17n-lib/" +SRC_URI="http://www.m17n.org/m17n-lib-download/${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() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README || die + docinto FORMATS; dodoc FORMATS/* || die + docinto UNIDATA; dodoc UNIDATA/* || die +} |