Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 386424 Details for
Bug 499968
dev-lua/luasec-0.5 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
luasec-0.5.ebuild
luasec-0.5.ebuild (text/plain), 1.16 KB, created by
Alex
on 2014-10-11 11:09:26 UTC
(
hide
)
Description:
luasec-0.5.ebuild
Filename:
MIME Type:
Creator:
Alex
Created:
2014-10-11 11:09:26 UTC
Size:
1.16 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-lua/luasec/luasec-0.4.1_p20130620.ebuild,v 1.2 2014/08/10 20:42:04 slyfox Exp $ > >EAPI=5 > >inherit vcs-snapshot multilib toolchain-funcs > >DESCRIPTION="Lua binding for OpenSSL library to provide TLS/SSL communication" >HOMEPAGE="https://github.com/brunoos/luasec http://www.inf.puc-rio.br/~brunoos/luasec/" >COMMIT="063e8a8a5c57858cdc845f8d51b994426edd37ab" >SRC_URI="https://github.com/brunoos/luasec/tarball/${COMMIT} -> ${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~arm ~x86" >IUSE="" > >RDEPEND=">=dev-lang/lua-5.1[deprecated] > dev-lua/luasocket > dev-libs/openssl" >DEPEND="${RDEPEND} > virtual/pkgconfig" > >src_prepare() { > sed -i -e "s#^LUAPATH.*#LUAPATH=$(pkg-config --variable INSTALL_LMOD lua)#"\ > -e "s#^LUACPATH.*#LUACPATH=$(pkg-config --variable INSTALL_CMOD lua)#" Makefile || die > sed -i -e "s/-O2//" src/Makefile || die > lua src/options.lua -g /usr/include/openssl/ssl.h > src/options.h || die >} > >src_compile() { > emake \ > CC="$(tc-getCC)" \ > LD="$(tc-getCC)" \ > linux >} > >src_install() { > emake DESTDIR="${D}" install >}
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 499968
: 386424