summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-06-25 10:26:11 +0000
committerThilo Bangert <bangert@gentoo.org>2002-06-25 10:26:11 +0000
commit07a2e481814af85e47e5af94fa20544a0f4c63d4 (patch)
tree02a5573027989d2b28469736e68d86f20955bc7f /net-p2p/giftcurs
parentnew version, compiles with gcc 3.1 (diff)
downloadhistorical-07a2e481814af85e47e5af94fa20544a0f4c63d4.tar.gz
historical-07a2e481814af85e47e5af94fa20544a0f4c63d4.tar.bz2
historical-07a2e481814af85e47e5af94fa20544a0f4c63d4.zip
initial commit for net-p2p - these are all the p2p ebuilds listed in my mail. Note: they have not yet been removed from net-misc or media-sound
Diffstat (limited to 'net-p2p/giftcurs')
-rw-r--r--net-p2p/giftcurs/ChangeLog10
-rw-r--r--net-p2p/giftcurs/files/digest-giftcurs-0.4.11
-rw-r--r--net-p2p/giftcurs/giftcurs-0.4.1.ebuild29
3 files changed, 40 insertions, 0 deletions
diff --git a/net-p2p/giftcurs/ChangeLog b/net-p2p/giftcurs/ChangeLog
new file mode 100644
index 000000000000..046ad3b282c8
--- /dev/null
+++ b/net-p2p/giftcurs/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-p2p/giftcurs
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.1 2002/06/25 10:26:11 bangert Exp $
+
+*giftcurs-0.4.1 (31 May 2002)
+
+ 31 May 2002; Bart Verwilst <verwilst@gentoo.org> :
+
+ Initial version of giFTcurs, have fun!
+
diff --git a/net-p2p/giftcurs/files/digest-giftcurs-0.4.1 b/net-p2p/giftcurs/files/digest-giftcurs-0.4.1
new file mode 100644
index 000000000000..63065e0abee3
--- /dev/null
+++ b/net-p2p/giftcurs/files/digest-giftcurs-0.4.1
@@ -0,0 +1 @@
+MD5 6ed88f92ced93e51a5c15a20ca5dc8a9 giFTcurs-0.4.1.tar.gz 217922
diff --git a/net-p2p/giftcurs/giftcurs-0.4.1.ebuild b/net-p2p/giftcurs/giftcurs-0.4.1.ebuild
new file mode 100644
index 000000000000..36c50a684b70
--- /dev/null
+++ b/net-p2p/giftcurs/giftcurs-0.4.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Bart Verwilst <verwilst@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.4.1.ebuild,v 1.1 2002/06/25 10:26:11 bangert Exp $
+
+S="${WORKDIR}/giFTcurs-${PV}"
+DESCRIPTION="a cursed frontend to the giFT (OpenFT) daemon"
+SRC_URI="mirror://sourceforge/giftcurs/giFTcurs-${PV}.tar.gz"
+HOMEPAGE="http://giftcurs.sourceforge.net"
+SLOT="0"
+
+DEPENDS="virtual/glibc
+ >=sys-libs/ncurses-5.2
+ >=net-misc/gift-0.10.0_pre020527"
+
+src_compile() {
+ local myconf
+ cd ${S}
+ use gpm || myconf="${myconf} --disable-mouse --disable-libgpm"
+ use nls || myconf="${myconf} --disable-nls"
+ ./configure --prefix=/usr --host=${CHOST} ${myconf}
+ emake || die
+}
+
+src_install() {
+
+ einstall || die
+
+}