You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-ftp/axyftp/axyftp-0.5.1-r1.ebuild

43 lines
1.0 KiB

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/axyftp/axyftp-0.5.1-r1.ebuild,v 1.2 2010/10/10 18:07:18 ulm Exp $
EAPI=1
inherit eutils
DESCRIPTION="GUI FTP client for X Window System (former WXftp)"
HOMEPAGE="http://www.wxftp.seul.org"
SRC_URI="http://www.wxftp.seul.org/download/${P}.tar.gz"
LICENSE="Artistic LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=x11-libs/openmotif-2.3:0
x11-libs/libXt
x11-libs/libX11
x11-libs/libXpm
x11-libs/libXaw"
DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-built-in-function-exit.patch
}
src_compile(){
econf --with-help=/usr/share/doc/${PF}/html \
--with-gui=motif
emake -j1 || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc CHANGES README TODO
newicon icons/${PN}-ball64.xpm ${PN}.xpm
make_desktop_entry ${PN} "AxY FTP" ${PN} "Network;FileTransfer;Motif"
}