Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 534744 Details for
Bug 498844
net-misc/softether - multi-protocol VPN software
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
softether-4.25_p9656.ebuild
file_498844.txt (text/plain), 1.66 KB, created by
Anna Tikhomirova
on 2018-06-04 12:18:18 UTC
(
hide
)
Description:
softether-4.25_p9656.ebuild
Filename:
MIME Type:
Creator:
Anna Tikhomirova
Created:
2018-06-04 12:18:18 UTC
Size:
1.66 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >DATE="2018.01.15" >MY_P="v${PV/_p/-}" > >inherit eutils systemd > >DESCRIPTION="Multi-protocol VPN software" >HOMEPAGE="http://www.softether.org/" >SRC_URI="http://www.softether-download.com/files/${PN}/${MY_P}-rtm-${DATE}-tree/Source_Code/${PN}-src-${MY_P}-rtm.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug" > >RDEPEND="dev-libs/openssl > sys-libs/ncurses > sys-libs/readline > sys-libs/zlib" >DEPEND="${RDEPEND}" > >S=${WORKDIR}/${MY_P} > >DOCS=( AUTHORS.TXT ChangeLog README ) ># Prohibit to modify number of threads >PATCHES=( > "${FILESDIR}/${PN}-4.04-sandbox.patch" > "${FILESDIR}/${PN}-4.25-compile-flags.patch" >) > >src_prepare() { > default > sed -i -e 's|/opt/|/opt/softether/|g' systemd/*.service || die > rm -f configure || die > if use amd64; then > cp src/makefiles/linux_64bit.mak Makefile || die > elif use x86; then > cp src/makefiles/linux_32bit.mak Makefile || die > fi >} > >src_compile() { > tc-export CC AR RANLIB > # -j1 is necessary to prevent random build failures due to a race condition > emake -j1 DEBUG="$(usex debug YES NO '' '')" || die "emake failed" >} > >src_install() { > insinto "/opt/${PN}" > doins src/bin/BuiltHamcoreFiles/unix/hamcore.se2 > for inst in vpnclient vpnserver vpnbridge vpncmd; do > dosym ../hamcore.se2 "/opt/${PN}/${inst}/hamcore.se2" > exeinto "/opt/${PN}/${inst}" > doexe "bin/${inst}/${inst}" > done > for inst in vpnclient vpnserver vpnbridge; do > newinitd "${FILESDIR}/${PN}-${inst}.initd" "${PN}-${inst}" > systemd_dounit "systemd/${PN}-${inst}.service" > done > einstalldocs >}
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 498844
:
372278
|
372280
|
372282
|
372284
|
372286
|
374306
|
378380
|
386048
|
386050
|
395372
|
396622
| 534744 |
534746
|
534748
|
534750
|
534752
|
534754