Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 363242 Details for
Bug 360945
app-misc/irtrans-irclient-6.01.08: Version Bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
irtrans-irserver-6.09.04.ebuild
irtrans-irserver-6.09.04.ebuild (text/plain), 1.98 KB, created by
Mario Fetka (geos_one)
on 2013-11-14 07:07:46 UTC
(
hide
)
Description:
irtrans-irserver-6.09.04.ebuild
Filename:
MIME Type:
Creator:
Mario Fetka (geos_one)
Created:
2013-11-14 07:07:46 UTC
Size:
1.98 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit eutils flag-o-matic toolchain-funcs mono multilib > >RESTRICT="strip" > >DESCRIPTION="IRTrans Server" >HOMEPAGE="http://www.irtrans.de" >SRC_URI="http://ftp.disconnected-by-peer.at/irtrans/irserver-src-${PV}.tar.gz > http://ftp.disconnected-by-peer.at/irtrans/irserver-${PV}.tar.gz > http://www.irtrans.de/download/Server/Linux/irserver-src.tar.gz -> irserver-src-${PV}.tar.gz > http://www.irtrans.de/download/Server/Linux/irserver.tar.gz -> irserver-${PV}.tar.gz" > >LICENSE="BSD GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64 ~arm" >IUSE="mono" > >DEPEND="" >RDEPEND="mono? ( >=dev-lang/mono-2.10.5 ) > ${RDEPEND}" > >S="${WORKDIR}" > >src_prepare() { > sed -e 's!^ODIRARM = .*!ODIRARM = n800!' -i makefile >} > >src_compile() { > append-flags -DLINUX > > # Set sane defaults (arm target has no -D flags added) > irbuild=irserver_arm_noccf > irserver=irserver > > # change variable by need > if use x86 ; then > irbuild=irserver > elif use amd64 ; then > irbuild=irserver64 > irserver=irserver64 > elif use arm ; then > irbuild=irserver_arm > fi > > # Some output for bugreport > einfo "CFLAGS=\"${CFLAGS}\"" > einfo "Build Target=\"${irbuild}\"" > einfo "Build Binary=\"${irserver}\"" > > # Build > emake CXX="$(tc-getCXX)" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" "${irbuild}" || die "emake irserver failed" >} > >src_install() { > newbin "${WORKDIR}/${irserver}" irserver > > keepdir /etc/irserver/remotes > > docinto remotes > dodoc remotes/* > > newinitd "${FILESDIR}"/irtrans-server.initd irtrans-server > newconfd "${FILESDIR}"/irtrans-server.confd irtrans-server > > if use mono ; then > # Wrapper script to launch mono > make_wrapper irguiclient "mono /usr/$(get_libdir)/${PN}/GUIClient.exe" > > insinto /usr/$(get_libdir)/${PN}/ > exeinto /usr/$(get_libdir)/${PN}/ > > # The Libs and Translations > doins GUIClient/*.tra > doexe GUIClient/*.dll > > # The actual executable > doexe GUIClient/*.exe > fi >}
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 360945
:
271299
|
281617
|
363240
|
363242
|
405072