Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 367846 Details for
Bug 498088
media-libs/crystalhd - Library supporting the Broadcom CrystalHD linux kernel driver (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Live ebuild for libcrystalhd
libcrystalhd-9999.ebuild (text/plain), 901 bytes, created by
Jess Haas
on 2014-01-14 20:36:13 UTC
(
hide
)
Description:
Live ebuild for libcrystalhd
Filename:
MIME Type:
Creator:
Jess Haas
Created:
2014-01-14 20:36:13 UTC
Size:
901 bytes
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/libmtp/libmtp-9999.ebuild,v 1.9 2013/11/23 13:40:55 ssuominen Exp $ > >EAPI=5 > >inherit autotools eutils > >if [[ ${PV} == *9999* ]]; then > EGIT_REPO_URI="git://github.com/agx/libcrystalhd.git" > inherit git-2 >else > KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd" > SRC_URI="http://github.com/agx/crystalhd/releases/${PN}/${P}.tar.gz" >fi > >DESCRIPTION="Library supporting the Broadcom CrystalHD linux kernel driver." >HOMEPAGE="http://honx.sigxcpu.org/con/CrystalHD_progress.html" > >LICENSE="LGPL-2.1" >SLOT="0" > >src_unpack() { > [[ ${PV} == *9999* ]] && git-2_src_unpack || default >} > >src_prepare () { > eautoreconf >} > >src_configure() { > econf >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install 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 498088
: 367846