summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-02-26 21:01:16 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-02-26 21:01:16 +0000
commit49cadc5b74b253a3edafd5de3909c8ec35ad0768 (patch)
tree4e0a62749dbac0f4bfa3ee8c4d7b68c54c11233d /app-dicts/libydpdict/libydpdict-0.99.0.ebuild
parentFix bug 168373. Thank *something* this is over. (diff)
downloadgentoo-2-49cadc5b74b253a3edafd5de3909c8ec35ad0768.tar.gz
gentoo-2-49cadc5b74b253a3edafd5de3909c8ec35ad0768.tar.bz2
gentoo-2-49cadc5b74b253a3edafd5de3909c8ec35ad0768.zip
New package, necessary for the new version of ydpdict.
(Portage version: 2.1.2-r11)
Diffstat (limited to 'app-dicts/libydpdict/libydpdict-0.99.0.ebuild')
-rw-r--r--app-dicts/libydpdict/libydpdict-0.99.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-dicts/libydpdict/libydpdict-0.99.0.ebuild b/app-dicts/libydpdict/libydpdict-0.99.0.ebuild
new file mode 100644
index 000000000000..2b8aa9448c2c
--- /dev/null
+++ b/app-dicts/libydpdict/libydpdict-0.99.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/libydpdict-0.99.0.ebuild,v 1.1 2007/02/26 21:01:16 peper Exp $
+
+DESCRIPTION="Library for handling the Collins Dictionary database."
+HOMEPAGE="http://toxygen.net/ydpdict/"
+SRC_URI="http://toxygen.net/ydpdict/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS
+}