summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/cdk')
-rw-r--r--dev-libs/cdk/ChangeLog12
-rw-r--r--dev-libs/cdk/cdk-4.9.10.20020430.ebuild36
-rw-r--r--dev-libs/cdk/files/digest-cdk-4.9.10.200204301
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-libs/cdk/ChangeLog b/dev-libs/cdk/ChangeLog
new file mode 100644
index 000000000000..00e7e849e248
--- /dev/null
+++ b/dev-libs/cdk/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for dev-libs/cdk
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/ChangeLog,v 1.1 2002/06/11 10:37:20 seemant Exp $
+
+*cdk-4.9.10.20020430 (11 Jun 2002)
+
+ 11 Jun 2002; Seemant Kulleen <seemant@gentoo.org>
+ cdk-4.9.10.20020430.ebuild, ChangeLog, files/digest-cdk-4.9.10.20020430 :
+ 08 Jun 2002;
+
+ Initial version submitted by M.Krainer <markus-krainer@chello.at> in bug
+ #3529
diff --git a/dev-libs/cdk/cdk-4.9.10.20020430.ebuild b/dev-libs/cdk/cdk-4.9.10.20020430.ebuild
new file mode 100644
index 000000000000..29a04413133d
--- /dev/null
+++ b/dev-libs/cdk/cdk-4.9.10.20020430.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Maintainer: Markus Krainer <markus-krainer@chello.at>
+# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp
+
+
+MY_P=${P/.2002/-2002}
+
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="A library of curses widgets"
+SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz"
+HOMEPAGE="http://dickey.his.com/cdk/cdk.html"
+
+SLOT="0"
+LICENSE="BSD"
+DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.2"
+
+
+src_compile()
+{
+ econf \
+ --with-ncurses \
+ || die "configure failed"
+
+ emake || die "make failed!"
+}
+
+
+src_install()
+{
+ make \
+ DESTDIR=${D} \
+ DOCUMENT_DIR=${D}/usr/share/doc/${MY_P} install \
+ || die "make install failed"
+}
diff --git a/dev-libs/cdk/files/digest-cdk-4.9.10.20020430 b/dev-libs/cdk/files/digest-cdk-4.9.10.20020430
new file mode 100644
index 000000000000..9e80c2b61e9c
--- /dev/null
+++ b/dev-libs/cdk/files/digest-cdk-4.9.10.20020430
@@ -0,0 +1 @@
+MD5 bab86f97b7104605481678788ed966f8 cdk-4.9.10-20020430.tgz 329292