Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 370542 Details for
Bug 501488
net-misc/lksctp-tools-1.0.16 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lksctp-tools-1.0.15.ebuild
lksctp-tools-1.0.15.ebuild (text/plain), 1.11 KB, created by
OGINO Masanori
on 2014-02-16 14:21:46 UTC
(
hide
)
Description:
lksctp-tools-1.0.15.ebuild
Filename:
MIME Type:
Creator:
OGINO Masanori
Created:
2014-02-16 14:21:46 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit eutils multilib flag-o-matic autotools autotools-utils > >DESCRIPTION="Tools for Linux Kernel Stream Control Transmission Protocol implementation" >HOMEPAGE="http://lksctp.sourceforge.net/" >SRC_URI="mirror://sourceforge/lksctp/${P}.tar.gz" > >LICENSE="|| ( GPL-2+ LGPL-2.1 )" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="kernel_linux static-libs" > ># This is only supposed to work with Linux to begin with. >DEPEND=">=sys-kernel/linux-headers-2.6" >RDEPEND="" > >REQUIRED_USE="kernel_linux" > >src_prepare() { > epatch "${FILESDIR}"/${PN}-1.0.8-prefix.patch #181602 > eautoreconf >} > >src_configure() { > append-flags -fno-strict-aliasing > > autotools-utils_src_configure >} > >DOCS=( AUTHORS ChangeLog INSTALL NEWS README ROADMAP ) > >src_install() { > autotools-utils_src_install > > dodoc doc/*txt > newdoc src/withsctp/README README.withsctp > > # Don't install static library or libtool file, since this is used > # only as preloadable library. > use static-libs && rm "${D}"/usr/$(get_libdir)/${PN}/*.a >}
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 501488
:
370542
|
373484