Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 167171 Details for
Bug 239540
dev-libs/luasocket-2.0.2 (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
luasocket-2.0.2.ebuild
luasocket-2.0.2.ebuild (text/plain), 1.09 KB, created by
Pierre Guinoiseau
on 2008-10-04 14:36:36 UTC
(
hide
)
Description:
luasocket-2.0.2.ebuild
Filename:
MIME Type:
Creator:
Pierre Guinoiseau
Created:
2008-10-04 14:36:36 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils multilib toolchain-funcs > >DESCRIPTION="LuaSocket is the most comprehensive networking support library for >the Lua language. It provides easy access to TCP, UDP, DNS, SMTP, FTP, HTTP, >MIME and much more." >HOMEPAGE="http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/" >SRC_URI="http://luaforge.net/frs/download.php/2664/${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug" > >DEPEND=">=dev-lang/lua-5.1" >RDEPEND="" > >pkg_setup() { > if ! built_with_use dev-lang/lua deprecated; then > eerror "Please re-emerge dev-lang/lua with the deprecated USE flag" > die "Missing deprecated USE flag on dev-lang/lua." > fi >} > >src_unpack() { > unpack ${A} > cd "${S}" > sed -i \ > -e "s|/usr/local|\$(PREFIX)|g" \ > -e "s|/lib|/$(get_libdir)|g" \ > -e "s|-O2|${CFLAGS}|" \ > -e "s|gcc|$(tc-getCC)|" \ > config || die > use debug || sed -i -e '/^DEF=-DLUASOCKET_DEBUG/d' config || die >} > >src_install() { > emake PREFIX="${D}usr" install || die > dodoc NEW README > dohtml doc/* >}
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 239540
: 167171