diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:39:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:39:57 +0000 |
commit | 2b80b4a7be5cb3de08e31549e8c27636fec05a6f (patch) | |
tree | b86db4ff6e2363fdc06deae526601243bdc95629 /net-ftp/easyftp/easyftp-6_beta.ebuild | |
parent | repoman'd (diff) | |
download | gentoo-2-2b80b4a7be5cb3de08e31549e8c27636fec05a6f.tar.gz gentoo-2-2b80b4a7be5cb3de08e31549e8c27636fec05a6f.tar.bz2 gentoo-2-2b80b4a7be5cb3de08e31549e8c27636fec05a6f.zip |
repoman'd
Diffstat (limited to 'net-ftp/easyftp/easyftp-6_beta.ebuild')
-rw-r--r-- | net-ftp/easyftp/easyftp-6_beta.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/net-ftp/easyftp/easyftp-6_beta.ebuild b/net-ftp/easyftp/easyftp-6_beta.ebuild index 7ac9b18a2ca1..822df3de5b54 100644 --- a/net-ftp/easyftp/easyftp-6_beta.ebuild +++ b/net-ftp/easyftp/easyftp-6_beta.ebuild @@ -1,23 +1,25 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/easyftp/easyftp-6_beta.ebuild,v 1.1 2002/05/27 00:58:52 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/easyftp/easyftp-6_beta.ebuild,v 1.2 2002/07/17 09:39:57 seemant Exp $ +S=${WORKDIR} DESCRIPTION="An EASY GUI FTP Client (QT based)" HOMEPAGE="http://freshmeat.net/projects/easyftp/" -LICENSE="GPL" -DEPEND="=x11-libs/qt-3*" SRC_URI="http://backen.dyndns.org/files/easyFTPb6.tar" -S=${WORKDIR} +DEPEND="=x11-libs/qt-3*" + +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" src_compile() { emake || die } src_install () { - mkdir ${D}/usr/ - mkdir ${D}/usr/bin/ - cp ./easyFTP ${D}/usr/bin/ + exeinto /usr/bin/ + doexe easyFTP dodoc README } |