summaryrefslogtreecommitdiffstats
path: root/app-dicts/makedict
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/makedict')
-rw-r--r--app-dicts/makedict/Manifest1
-rw-r--r--app-dicts/makedict/makedict-9999.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/app-dicts/makedict/Manifest b/app-dicts/makedict/Manifest
new file mode 100644
index 0000000..e6c689c
--- /dev/null
+++ b/app-dicts/makedict/Manifest
@@ -0,0 +1 @@
+EBUILD makedict-9999.ebuild 618 SHA256 13ca3d009417fd37193feb74818116ffa176ea6905d83b77e66bcd525304e5fc SHA512 7823d35cd1ceefd78d89705e266da8ea8fb0a0613465e6b311642a472365845fcff51495eab0e5c0bbba5ac5d5e674e5e66c81995d27a614678aa85b05daf66a WHIRLPOOL dcf051e0a9b51458e48f95c6395830ce1341ef219bb8256580cb3a042a76570b9ff54de9705e7c8742a1b2390ec9bec8692a6718d89e4786722f67918c06b310
diff --git a/app-dicts/makedict/makedict-9999.ebuild b/app-dicts/makedict/makedict-9999.ebuild
new file mode 100644
index 0000000..807aab3
--- /dev/null
+++ b/app-dicts/makedict/makedict-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+
+inherit subversion cmake-utils
+
+DESCRIPTION="A converter between many dictionary formats (dictd, dsl, sdict, stardict, xdxf)"
+HOMEPAGE="http://xdxf.sf.net"
+ESVN_REPO_URI="https://xdxf.svn.sourceforge.net/svnroot/xdxf/trunk"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 amd64"
+IUSE="doc"
+
+DEPEND="
+ sys-libs/zlib
+ >=dev-libs/glib-2.6.0
+ dev-libs/expat
+"
+RDEPEND="
+ ${DEPEND}
+ virtual/python
+"
+
+src_install() {
+ cmake-utils_src_install
+ dodoc AUTHORS ChangeLog README TODO
+}
+