Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 378280 Details for
Bug 512050
net-print/p910nd - small printer daemon intended for diskless platforms: ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
p910nd-0.97.ebuild
p910nd-0.97.ebuild (text/plain), 731 bytes, created by
Victor Mustya
on 2014-06-04 19:10:52 UTC
(
hide
)
Description:
p910nd-0.97.ebuild
Filename:
MIME Type:
Creator:
Victor Mustya
Created:
2014-06-04 19:10:52 UTC
Size:
731 bytes
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" >inherit eutils toolchain-funcs > >DESCRIPTION="p910nd is a small printer daemon intended for diskless platforms that does not spool to disk but passes the job directly to the printer." > >SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.bz2" >HOMEPAGE="http://p910nd.sourceforge.net/" >LICENSE="GPLv2" > >KEYWORDS="~arm" > >IUSE="" > >DEPEND="virtual/logger" > >SLOT="0" > >src_prepare() { > epatch "${FILESDIR}/${PN}-${PV}-makefile.patch" >} > >src_compile() { > emake CC="$(tc-getCC)" >} > >src_install() { > dosbin ${PN} > doman ${PN}.8 > newinitd "${FILESDIR}/${PN}.init" ${PN} > newconfd "${FILESDIR}/${PN}.conf" ${PN} >}
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 512050
:
378008
| 378280 |
378282
|
378284
|
378286