Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 221077 Details for
Bug 306073
[new ebuild] media-libs/libsvdrp
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new media-libs\libsvdrp-9999.ebuild
libsvdrp-9999.ebuild (text/plain), 1.05 KB, created by
Lucian Muresan
on 2010-02-25 09:41:55 UTC
(
hide
)
Description:
new media-libs\libsvdrp-9999.ebuild
Filename:
MIME Type:
Creator:
Lucian Muresan
Created:
2010-02-25 09:41:55 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit eutils mercurial > >DESCRIPTION="${PN} - interface library to allow C programs to interact with a running VDR, via SVDRP protocol." > >HOMEPAGE="http://${PN}.geexbox.org/" > >#SRC_URI="${HOMEPAGE}/releases/${P}.tar.bz2" >: ${EHG_REPO_URI:=http://hg.geexbox.org/${PN}} > >LICENSE="LGPL-2.1" > >SLOT="0" > >KEYWORDS="" > >IUSE="doc" > >RDEPEND="sys-libs/glibc" > ># add build-time dependencies >DEPEND="${RDEPEND} > doc? ( app-doc/doxygen )" > >S="${WORKDIR}/${PN}" > >src_unpack() { > mercurial_src_unpack > cd "${S}" >} > >src_configure() { > local conf > if [ "${ARCH}" = "amd64" ]; then > conf="--libdir=/usr/lib64" > fi > if use doc; then > conf="${conf} \ > --docdir=/usr/share/doc/${P}" > else > conf="${conf} \ > --disable-doxygen-doc" > fi > ./autogen.sh \ > --prefix=/usr \ > --exec-prefix=/usr \ > --includedir=/usr/include \ > ${conf} \ > || die "./configure failed" >} > >src_install() { > einstall DESTDIR="${D}" || die "einstall failed" > dodoc AUTHORS README >}
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 306073
:
220491
| 221077