Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 180462 Details for
Bug 257138
dev-embedded/pk2cmd-1.20 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pk2cmd-1.20 ebuild
pk2cmd-1.20.ebuild (text/plain), 1.35 KB, created by
Thomas Axelsson
on 2009-01-31 20:32:48 UTC
(
hide
)
Description:
pk2cmd-1.20 ebuild
Filename:
MIME Type:
Creator:
Thomas Axelsson
Created:
2009-01-31 20:32:48 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-embedded/pk2cmd/pk2cmd-1.12.0-r1.ebuild,v 1.1 2008/09/21 03:30:10 josejx Exp $ > >inherit eutils toolchain-funcs > >DESCRIPTION="An application for working with the Microchip PicKit2 PIC programmer" >HOMEPAGE="http://www.microchip.com/pickit2" >SRC_URI="http://ww1.microchip.com/downloads/en/DeviceDoc/${PN}v${PV}LinuxMacSource.tar.gz" > >LICENSE="MicroChip-PK2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" >IUSE="" > >DEPEND="dev-libs/libusb" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${PN}v${PV}LinuxMacSource" > >src_unpack() { > unpack ${A} > cd "${S}" > > # Patch adds /usr/share/pk2 to the default search for the device file > epatch "${FILESDIR}/${P}-add-share-dir-for-dev-file.patch" > > # Fix up the Makefile > sed -i 's:#TARGET=linux:TARGET=linux:' Makefile > sed -i 's:DBG=-O2:DBG=:' Makefile > sed -i 's:^CFLAGS=:CFLAGS+=:' Makefile > sed -i 's:^LIBUSB=/usr/local:LIBUSB=/usr:' Makefile > sed -i "s:^CC=g++::" Makefile >} > >src_compile() { > emake CC="$(tc-getCXX)" || die "emake failed" >} > >src_install() { > # Copy the device files and PicKit2 OS > insinto "/usr/share/pk2" > doins PK2DeviceFile.dat > doins PK2V023200.hex > # Install the program > exeinto /usr/bin > doexe pk2cmd > # Install the documentation > dodoc ReadmeForPK2CMDLinux2-6.txt usbhotplug.txt >}
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 257138
: 180462 |
180463