Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 132134 Details for
Bug 141490
net-p2p/nanodc - new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
nanodc-0.3.3 ebuild
(text/plain), 852 bytes, created by
Ilya Kashirin
on 2007-09-28 21:58:26 UTC
(
hide
)
Description:
nanodc-0.3.3 ebuild
Filename:
MIME Type:
Creator:
Ilya Kashirin
Created:
2007-09-28 21:58:26 UTC
Size:
852 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit toolchain-funcs versionator > >DESCRIPTION="Ncurses DC++ client" >HOMEPAGE="http://sourceforge.net/projects/nanodc/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="" > >RDEPEND="sys-libs/ncurses > sys-libs/zlib > >=dev-libs/libsigc++-2.0.0 > >=dev-libs/glib-2.0.0" >DEPEND="${RDEPEND} > dev-util/scons > dev-util/pkgconfig" > >BIGVERSION=nanodc-$(get_version_component_range 1-2 ) > >pkg_setup() { > if [[[ gcc-major-version ] != 4 ]]; then > eerror "We need at least gcc-4.0 to compile" > die "gcc-4 required" > fi >} > >src_compile() { > cd "${WORKDIR}/${BIGVERSION}/trunk/src" > scons || die "scons failed!" >} > >src_install() { > dobin "${WORKDIR}/${BIGVERSION}/trunk/src/nanodc" >}
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 141490
: 132134 |
279541
|
279543