Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246075 Details for
Bug 336048
new ebuild net-libs/wt
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wt-3.1.4.ebuild
wt-3.1.4.ebuild (text/plain), 635 bytes, created by
Andreis Vinogradovs ( slepnoga )
on 2010-09-05 02:07:40 UTC
(
hide
)
Description:
wt-3.1.4.ebuild
Filename:
MIME Type:
Creator:
Andreis Vinogradovs ( slepnoga )
Created:
2010-09-05 02:07:40 UTC
Size:
635 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >inherit cmake-utils > >DESCRIPTION="Wt is a C++ library for developing interactive web applications." >HOMEPAGE="http://webtoolkit.eu" >SRC_URI="mirror://sourceforge/witty/wt-${PV}.tar.gz" > >LICENSE="GPL-1" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug" > >DEPEND=">=dev-libs/boost-1.39.0" >RDEPEND="${DEPEND}" > >CMAKE_MIN_VERSION="2.6" > >src_configure() { > if use debug ; then > CMAKE_BUILD_TYPE="RelWithDebInfo" > else > CMAKE_BUILD_TYPE="Release" > fi > local mycmakeargs="-DDESTDIR=${D}" > cmake-utils_src_configure >}
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 336048
:
246073
| 246075