summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-30 12:14:00 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-30 12:14:00 +0000
commit365e84e15de72997ac8ec0567971d2292e74f52c (patch)
treec390b17ca8f6a4dbf8fe62d4ca815dd663642244 /net-ftp/ftpcube/ftpcube-0.4.3.ebuild
parentcleanups and version bump. (diff)
downloadhistorical-365e84e15de72997ac8ec0567971d2292e74f52c.tar.gz
historical-365e84e15de72997ac8ec0567971d2292e74f52c.tar.bz2
historical-365e84e15de72997ac8ec0567971d2292e74f52c.zip
version bump
Diffstat (limited to 'net-ftp/ftpcube/ftpcube-0.4.3.ebuild')
-rw-r--r--net-ftp/ftpcube/ftpcube-0.4.3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-ftp/ftpcube/ftpcube-0.4.3.ebuild b/net-ftp/ftpcube/ftpcube-0.4.3.ebuild
new file mode 100644
index 000000000000..b5b57cf2c4bc
--- /dev/null
+++ b/net-ftp/ftpcube/ftpcube-0.4.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.3.ebuild,v 1.1 2003/04/30 12:13:52 liquidx Exp $
+
+IUSE=""
+
+inherit distutils
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="Graphical FTP client using wxPython"
+SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz"
+HOMEPAGE="http://ftpcube.sourceforge.net/"
+DEPEND="virtual/python
+ >=dev-python/wxPython-2.4.0.2"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~x86 ~sparc"
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${P}-gentoo.patch || die "patch failed"
+}