summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-05-16 12:32:15 +0000
committerMamoru Komachi <usata@gentoo.org>2004-05-16 12:32:15 +0000
commit809762f635aa53e4e4b28a426296b09abce657f9 (patch)
tree42016a9e79de99c58ecf230d039fba14f4e2ae38 /dev-db/m17n-db/m17n-db-1.0.2.ebuild
parentUpdated bookmarks_sample. Marked 0.17 stable on x86 and alpha. Removed old eb... (diff)
downloadgentoo-2-809762f635aa53e4e4b28a426296b09abce657f9.tar.gz
gentoo-2-809762f635aa53e4e4b28a426296b09abce657f9.tar.bz2
gentoo-2-809762f635aa53e4e4b28a426296b09abce657f9.zip
Initial import.
Diffstat (limited to 'dev-db/m17n-db/m17n-db-1.0.2.ebuild')
-rw-r--r--dev-db/m17n-db/m17n-db-1.0.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-db/m17n-db/m17n-db-1.0.2.ebuild b/dev-db/m17n-db/m17n-db-1.0.2.ebuild
new file mode 100644
index 000000000000..6a778ecfe580
--- /dev/null
+++ b/dev-db/m17n-db/m17n-db-1.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/m17n-db-1.0.2.ebuild,v 1.1 2004/05/16 12:32:15 usata 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="~x86"
+
+IUSE=""
+
+DEPEND=""
+#RDEPEND=""
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS ChangeLog NEWS README
+ docinto FORMATS; dodoc FORMATS/*
+ docinto UNIDATA; dodoc UNIDATA/*
+}