/[gentoo-x86]/net-ftp/axyftp/axyftp-0.5.1-r1.ebuild
Gentoo

Contents of /net-ftp/axyftp/axyftp-0.5.1-r1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Wed Oct 24 19:21:00 2012 UTC (6 months, 3 weeks ago) by ulm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +3 -3 lines
Update dependency after package move from x11-libs/openmotif to x11-libs/motif.

(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $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 $
4
5 EAPI=1
6
7 inherit eutils
8
9 DESCRIPTION="GUI FTP client for X Window System (former WXftp)"
10 HOMEPAGE="http://www.wxftp.seul.org"
11 SRC_URI="http://www.wxftp.seul.org/download/${P}.tar.gz"
12
13 LICENSE="Artistic LGPL-2.1"
14 SLOT="0"
15 KEYWORDS="~amd64 ~ppc ~x86"
16 IUSE=""
17
18 RDEPEND=">=x11-libs/motif-2.3:0
19 x11-libs/libXt
20 x11-libs/libX11
21 x11-libs/libXpm
22 x11-libs/libXaw"
23 DEPEND="${RDEPEND}"
24
25 src_unpack() {
26 unpack ${A}
27 cd "${S}"
28 epatch "${FILESDIR}"/${P}-built-in-function-exit.patch
29 }
30
31 src_compile(){
32 econf --with-help=/usr/share/doc/${PF}/html \
33 --with-gui=motif
34 emake -j1 || die "emake failed."
35 }
36
37 src_install() {
38 emake DESTDIR="${D}" install || die "emake install failed."
39 dodoc CHANGES README TODO
40 newicon icons/${PN}-ball64.xpm ${PN}.xpm
41 make_desktop_entry ${PN} "AxY FTP" ${PN} "Network;FileTransfer;Motif"
42 }

  ViewVC Help
Powered by ViewVC 1.1.13