Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 403884 Details for
Bug 500110
sci-electronics/wiringpi - GPIO access library written in C for the BCM2835 used in the Raspberry Pi
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for wiringPi
wiringPi-9999.ebuild (text/plain), 831 bytes, created by
Philippe Trottier
on 2015-05-25 00:28:08 UTC
(
hide
)
Description:
ebuild for wiringPi
Filename:
MIME Type:
Creator:
Philippe Trottier
Created:
2015-05-25 00:28:08 UTC
Size:
831 bytes
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Copyright 2013 Hacking Networked Solutions ># Distributed under the terms of the GNU General Public License v3 > >EAPI=5 > >inherit eutils git-r3 > >DESCRIPTION="A 'wiring' like library for the Raspberry Pi" >HOMEPAGE="http://wiringpi.com/" >SRC_URI="" > >LICENSE="LGPL-3" >SLOT="0" >KEYWORDS="" >IUSE="" > >RDEPEND="" >DEPEND="${RDEPEND}" > >MAKEDIRS="wiringPi devLib" > >EGIT_REPO_URI="git://git.drogon.net/wiringPi" > >RDEPEND="" >DEPEND="${RDEPEND}" > >MAKEDIRS="wiringPi devLib" > >src_prepare() { > epatch "${FILESDIR}/wiringPi_Makefile-9999.patch" > epatch "${FILESDIR}/devLib_Makefile-9999.patch" >} > >src_compile() { > for d in ${MAKEDIRS}; do > cd "${WORKDIR}/${P}/${d}" > emake > done >} > >src_install() { > for d in ${MAKEDIRS}; do > cd "${WORKDIR}/${P}/${d}" > emake DESTDIR="${D}/usr/" PREFIX="" install > done >}
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 500110
: 403884 |
403886
|
403888
|
403890
|
403892