Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136034 Details for
Bug 89290
New ebuild: net-ftp/filezilla
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
filezilla-3.0.3.ebuild
filezilla-3.0.3.ebuild (text/plain), 1.13 KB, created by
Pham Ngoc Hai
on 2007-11-15 10:02:30 UTC
(
hide
)
Description:
filezilla-3.0.3.ebuild
Filename:
MIME Type:
Creator:
Pham Ngoc Hai
Created:
2007-11-15 10:02:30 UTC
Size:
1.13 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >WX_GTK_VER="2.8" > >inherit eutils multilib autotools wxwidgets > >MY_PV=${PV/_/-} >MY_P="FileZilla_${MY_PV}" > >DESCRIPTION="FTP client with lots of useful features and an intuitive interface" >HOMEPAGE="http://filezilla-project.org/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2" > >RESTRICT="mirror" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="" > >RDEPEND=">=x11-libs/wxGTK-2.8.4 > >=net-libs/gnutls-1.6.1 > net-dns/libidn > >=sys-devel/libtool-1.4" >DEPEND="${RDEPEND} > >=sys-devel/gettext-0.11" > >S="${WORKDIR}"/${PN}-${MY_PV} > >pkg_setup() { > if use unicode; then > need-wxwidgets "unicode" > else > need-wxwidgets "gtk2" > fi >} > >src_compile() { > WXRC="/usr/bin/wxrc-2.8" \ > econf --with-wx-config="${WX_CONFIG}" \ > || die "econf failed" > > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > > doicon src/interface/resources/FileZilla.ico || die "doicon failed" > make_desktop_entry ${PN} "FileZilla" FileZilla.ico > > dodoc AUTHORS ChangeLog NEWS >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 89290
:
100565
|
105298
|
105301
|
105306
|
105307
|
105309
|
105310
|
105332
|
106618
|
108241
|
108242
|
109941
|
109942
|
109946
|
109958
|
110743
|
114687
|
114695
|
115185
|
115187
|
119426
|
121212
|
123219
|
123703
|
125718
|
128417
|
130781
|
133155
|
133341
|
134093
|
135941
|
136034
|
136514
|
136515
|
137100
|
150692