Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 124749 Details for
Bug 156987
[EBUILD] net-p2p/murmur (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
murmur-0.9.5.ebuild
murmur-0.9.5.ebuild (text/plain), 1.40 KB, created by
H. Gabriel
on 2007-07-13 16:09:55 UTC
(
hide
)
Description:
murmur-0.9.5.ebuild
Filename:
MIME Type:
Creator:
H. Gabriel
Created:
2007-07-13 16:09:55 UTC
Size:
1.40 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/murmur/murmur-0.9.4-r1.ebuild,v 1.1 2007/04/18 10:30:31 drizzt Exp $ > >inherit eutils toolchain-funcs > >MY_P=mumble-${PV} > >DESCRIPTION="voice chat software for gaming written in Qt4 (server)" >HOMEPAGE="http://mumble.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="pch" > >DEPEND="=x11-libs/qt-4*" > >RDEPEND="${DEPEND}" > >S="${WORKDIR}"/${MY_P} > >pkg_setup() { > if ! built_with_use -o =x11-libs/qt-4* sqlite sqlite3; then > echo > ewarn "You need to build Qt4 with the sqlite and/or sqlite3 use flag" > echo > die "Your Qt4 has no sqlite support" > fi > enewgroup murmur > enewuser murmur -1 -1 /var/lib/murmur murmur >} > >src_unpack() { > unpack ${A} > cd "${S}"/src > use pch || sed -i -e '3s: precompile_header$::' mumble.pri >} > >src_compile() { > cd "${S}"/src/murmur > qmake murmur.pro || die "qmake failed" > emake CC="$(tc-getCC) ${CFLAGS}" \ > CXX="$(tc-getCXX) ${CXXFLAGS}" \ > LINK="$(tc-getCXX)" \ > LFLAGS="${LDFLAGS}" || die "emake failed" >} > >src_install() { > #dodoc README CHANGES || die "installing docs failed" > dobin ${S}/release/murmur || die "installing failed" > insinto /etc/murmur > doins ${S}/scripts/murmur.ini > newinitd "${FILESDIR}"/murmur.rc murmur > newconfd "${FILESDIR}"/murmur.confd murmur >}
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 156987
:
103278
| 124749