Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172584 Details for
Bug 247853
dmx4linux-2.6.1 - DMX4Linux 2.6 - A DMX device driver package for Linux
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for dmx4linux-2.6.1
dmx4linux-2.6.1.ebuild (text/plain), 740 bytes, created by
justXi
on 2008-11-21 00:34:33 UTC
(
hide
)
Description:
Ebuild for dmx4linux-2.6.1
Filename:
MIME Type:
Creator:
justXi
Created:
2008-11-21 00:34:33 UTC
Size:
740 bytes
patch
obsolete
># Copyright ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="A DMX device driver package for Linux" >HOMEPAGE="http://llg.cubic.org/dmx4linux/" > >SRC_URI="ftp://ftp.cubic.org/pub/llg/${P}.tar.gz" > >KEYWORDS="~x86" > >IUSE="" > >LICENSE="GPL" > >SLOT="1" > >RDEPEND="" >DEPEND="" > > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}-Makefile.patch" > epatch "${FILESDIR}/${P}-SA_INTERRUPT.patch" > epatch "${FILESDIR}/${P}-enable_only_ISA.patch" > epatch "${FILESDIR}/${P}-DESTDIR.patch" >} > >src_compile(){ > econf || die "econf failed" > MAKEOPTS="-j1" > emake || die "make failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" >}
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 247853
: 172584 |
172585
|
172587
|
172589
|
172591