Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 423330 Details for
Bug 522916
net-im/silc-server-1.1.19 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for the toolkit
silc-toolkit-1.1.12.ebuild (text/plain), 1.31 KB, created by
Berthold Humkamp
on 2016-01-19 11:32:31 UTC
(
hide
)
Description:
ebuild for the toolkit
Filename:
MIME Type:
Creator:
Berthold Humkamp
Created:
2016-01-19 11:32:31 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-im/silc-toolkit/silc-toolkit-1.1.12.ebuild,v 1.12 2014/11/18 09:26:05 mrueg Exp $ > >EAPI=4 > >inherit eutils > ># While sources are not mirrored on gentoo servers: >#RESTRICT="primaryuri" > >DESCRIPTION="SDK for the SILC protocol" >HOMEPAGE="http://silcnet.org/" >#SRC_URI="http://sourceforge.net/projects/silc/files/silc/toolkit/sources/${P}.tar.gz" >SRC_URI="http://sourceforge.net/projects/silc/files/silc/toolkit/sources/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" >IUSE="debug ipv6" > >RDEPEND="" >DEPEND="virtual/pkgconfig" > >src_prepare() { > # They have incorrect DESTDIR usage > sed -i \ > "s/^\(pkgconfigdir =\) \$(libdir)\/pkgconfig/\1 \/usr\/$(get_libdir)\/pkgconfig/"\ > "${S}"/lib/Makefile.{am,in} >} > >src_configure() { > econf \ > --datadir="${EPREFIX}/usr/share/${PN}" \ > --datarootdir="${EPREFIX}/usr/share/${PN}" \ > --includedir="${EPREFIX}/usr/include/${PN}" \ > --sysconfdir="${EPREFIX}/etc/silc" \ > --libdir="${EPREFIX}/usr/$(get_libdir)/${PN}" \ > --docdir="${EPREFIX}/usr/share/doc/${PF}" \ > --disable-optimizations \ > --with-simdir=/usr/$(get_libdir)/${PN}/modules \ > $(use_enable debug) \ > $(use_enable ipv6) >}
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 522916
:
423328
| 423330 |
423332
|
458464
|
458466
|
458468
|
458470
|
458512
|
458514