Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 230281 Details for
Bug 318435
dev-java/wms-loadbalancer-plugin (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wms-loadbalancer-plugin-2.0.ebuild
wms-loadbalancer-plugin-2.0.ebuild (text/plain), 1.14 KB, created by
Jiri Tyr
on 2010-05-04 15:15:54 UTC
(
hide
)
Description:
wms-loadbalancer-plugin-2.0.ebuild
Filename:
MIME Type:
Creator:
Jiri Tyr
Created:
2010-05-04 15:15:54 UTC
Size:
1.14 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >JAVA_PKG_IUSE="source examples doc" > >inherit java-pkg-2 > >MY_PN="LoadBalancer" > >DESCRIPTION="Dynamic Load Balancing plugin for the Wowza Media Server." >SRC_URI="http://www.wowzamedia.com/downloads/forums/loadbalancer/${MY_PN}_${PV}.zip" >HOMEPAGE="http://www.wowzamedia.com/forums/showthread.php?t=4637" >LICENSE="WowzaMediaServerEULA-2.0" >SLOT="0" >RESTRICT="" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="app-arch/unzip" >RDEPEND=">=dev-java/wowza-media-server-2.0.0" > >S="${WORKDIR}/${MY_PN}" > >JAVA_PKG_WANT_SOURCE="1.6" >JAVA_PKG_WANT_TARGET="1.6" > >src_install() { > java-pkg_newjar lib/wms-plugin-loadbalancer.jar ${PN}.jar > > insinto /etc/conf/wowza-media-server/conf > doins conf/* > > dodoc README.html header.gif style.css || die > > use doc && java-pkg_dojavadoc documentation/javaapi > > use examples && java-pkg_doexamples client >} > >pkg_postinst() { > einfo "========================================" > einfo "Add the module name into the /etc/conf.d/wowza-media-server file:" > einfo "MODULE=\"${PN}\"" > einfo "========================================" >}
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 318435
:
230281
|
230305