Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 227297 Details for
Bug 104244
canlock-2b.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
working canlock ebuild
canlock-2_beta.ebuild (text/plain), 875 bytes, created by
Sebastian Lüttich
on 2010-04-10 19:55:39 UTC
(
hide
)
Description:
working canlock ebuild
Filename:
MIME Type:
Creator:
Sebastian Lüttich
Created:
2010-04-10 19:55:39 UTC
Size:
875 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DIFF=6 >DESCRIPTION="A library for creating and verifying Usenet cancel locks" >HOMEPAGE="http://packages.qa.debian.org/c/canlock.html" >SRC_URI="http://ftp.de.debian.org/debian/pool/main/c/canlock/${PN}_2b.orig.tar.gz > http://ftp.de.debian.org/debian/pool/main/c/canlock/${PN}_2b-${DIFF}.diff.gz" > >LICENSE="BSD MIT" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="" > >S="${WORKDIR}/${PN}2b" > >echo ${S} > >src_compile() { > cd "${WORKDIR}" > gunzip "${PN}_2b-${DIFF}.diff.gz" > cd "${S}" > epatch "${S}/../${PN}_2b-${DIFF}.diff" > emake || die "emake failed" >} > >src_install() { > into /usr > dodoc CHANGES README doc/HOWTO > dolib src/libcanlock.a > dolib src/libcanlock.so.2.0.0 > insinto /usr/include > doins include/*h > dobin hmactest > dobin canlocktest >}
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 104244
:
67254
|
67265
|
67277
|
67405
| 227297 |
227327