diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-01-27 19:47:04 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-01-27 19:47:04 +0000 |
commit | 7172a6fd2bcf720f4e6e57f6dc78ff4f943b67cf (patch) | |
tree | 4fb3ecdaf44cf67b9c79c05ca85108c4947d8854 /net-ftp | |
parent | stable on alpha and ia64 (Manifest recommit) (diff) | |
download | gentoo-2-7172a6fd2bcf720f4e6e57f6dc78ff4f943b67cf.tar.gz gentoo-2-7172a6fd2bcf720f4e6e57f6dc78ff4f943b67cf.tar.bz2 gentoo-2-7172a6fd2bcf720f4e6e57f6dc78ff4f943b67cf.zip |
Initial ebuild. Submitted by Jan Schubert <Jan.Schubert@GMX.li> in #36856
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/axyftp/ChangeLog | 9 | ||||
-rw-r--r-- | net-ftp/axyftp/Manifest | 2 | ||||
-rw-r--r-- | net-ftp/axyftp/axyftp-0.5.1.ebuild | 21 | ||||
-rw-r--r-- | net-ftp/axyftp/files/digest-axyftp-0.5.1 | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/net-ftp/axyftp/ChangeLog b/net-ftp/axyftp/ChangeLog new file mode 100644 index 000000000000..682b77188c0a --- /dev/null +++ b/net-ftp/axyftp/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-ftp/axyftp +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/axyftp/ChangeLog,v 1.1 2004/01/27 19:47:04 mholzer Exp $ + +*axyftp-0.5.1 (27 Jan 2004) + + 27 Jan 2004; Martin Holzer <mholzer@gentoo.org> axyftp-0.5.1.ebuild: + Initial ebuild. Submitted by Jan Schubert <Jan.Schubert@GMX.li> in #36856 + diff --git a/net-ftp/axyftp/Manifest b/net-ftp/axyftp/Manifest new file mode 100644 index 000000000000..06e2ab4ccbc6 --- /dev/null +++ b/net-ftp/axyftp/Manifest @@ -0,0 +1,2 @@ +MD5 36c1265256c6f4394b08c04e9dd4a7e0 axyftp-0.5.1.ebuild 468 +MD5 09c283969cefad7b50be218fb1782532 files/digest-axyftp-0.5.1 64 diff --git a/net-ftp/axyftp/axyftp-0.5.1.ebuild b/net-ftp/axyftp/axyftp-0.5.1.ebuild new file mode 100644 index 000000000000..b073f7b8b06c --- /dev/null +++ b/net-ftp/axyftp/axyftp-0.5.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/axyftp/axyftp-0.5.1.ebuild,v 1.1 2004/01/27 19:47:04 mholzer Exp $ + +DESCRIPTION="GUI FTP client for X Window System (former WXftp)" +SRC_URI="http://www.wxftp.seul.org/download/${P}.tar.gz" +HOMEPAGE="http://www.wxftp.seul.org" + +LICENSE="Artistic LGPL-2.1" +KEYWORDS="~x86 ~amd64" + +DEPEND=">=x11-libs/gtk+-1.2" + +src_compile(){ + econf || die "configure failed" + emake -j1 || die "compilation failed" +} + +src_install() { + make install DESTDIR=${D} +} diff --git a/net-ftp/axyftp/files/digest-axyftp-0.5.1 b/net-ftp/axyftp/files/digest-axyftp-0.5.1 new file mode 100644 index 000000000000..6aaa4da24e1a --- /dev/null +++ b/net-ftp/axyftp/files/digest-axyftp-0.5.1 @@ -0,0 +1 @@ +MD5 e40b0dbe5bcbe1d603ff87f64d643986 axyftp-0.5.1.tar.gz 518736 |