summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-08-20 16:13:19 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-08-20 16:13:19 +0000
commit36ccacf63cef7fd66a98f05ce65080a147178773 (patch)
tree65e1cf6952ee4df72069de309220852391ef8018 /dev-db/m17n-db/m17n-db-1.5.2.ebuild
parentRestore deleted description.. (diff)
downloadgentoo-2-36ccacf63cef7fd66a98f05ce65080a147178773.tar.gz
gentoo-2-36ccacf63cef7fd66a98f05ce65080a147178773.tar.bz2
gentoo-2-36ccacf63cef7fd66a98f05ce65080a147178773.zip
Version bumped.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-db/m17n-db/m17n-db-1.5.2.ebuild')
-rw-r--r--dev-db/m17n-db/m17n-db-1.5.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-db/m17n-db/m17n-db-1.5.2.ebuild b/dev-db/m17n-db/m17n-db-1.5.2.ebuild
new file mode 100644
index 000000000000..97de88841ce1
--- /dev/null
+++ b/dev-db/m17n-db/m17n-db-1.5.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 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.2.ebuild,v 1.1 2008/08/20 16:13:19 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="sys-devel/gettext"
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README
+ docinto FORMATS; dodoc FORMATS/*
+ docinto UNIDATA; dodoc UNIDATA/*
+}