summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/stardict/stardict-2.0.0.ebuild')
-rw-r--r--app-dicts/stardict/stardict-2.0.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-dicts/stardict/stardict-2.0.0.ebuild b/app-dicts/stardict/stardict-2.0.0.ebuild
new file mode 100644
index 000000000000..d7ad5a6584fb
--- /dev/null
+++ b/app-dicts/stardict/stardict-2.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.0.0.ebuild,v 1.1 2003/05/04 18:39:53 liquidx Exp $
+
+inherit gnome2
+
+IUSE=""
+MY_P=${P/_/-}
+S=${WORKDIR}/${MY_P/-pre2/}
+DESCRIPTION="A Gnome2 English-Chinese dictionary with fuzzy search."
+HOMEPAGE="http://forlinux.yeah.net http://cosoft.org.cn/projects/stardict/"
+SRC_URI="http://reciteword.cosoft.org.cn/yaoguang/myapps/${MY_P}.tar.gz"
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND=">=gnome-base/libbonobo-2.2.0
+ >=gnome-base/libgnome-2.2.0
+ >=gnome-base/libgnomeui-2.2.0
+ >=gnome-base/bonobo-activation-2.2.0"
+
+src_unpack() {
+ unpack ${A}
+ gnome2_omf_fix
+}