Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 630936 Details for
Bug 692622
dev-cpp/ETL-1.3.13 - multi-platform class and template library
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-cpp/ETL-1.3.13.ebuild
ETL-1.3.13.ebuild (text/plain), 900 bytes, created by
mehw
on 2020-04-07 06:48:30 UTC
(
hide
)
Description:
dev-cpp/ETL-1.3.13.ebuild
Filename:
MIME Type:
Creator:
mehw
Created:
2020-04-07 06:48:30 UTC
Size:
900 bytes
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >#Ebuild based on bgo-overlay and imaging overlays > >EAPI=7 > >inherit autotools > >DESCRIPTION="ETL is a multi-platform class and template library" >HOMEPAGE="https://www.synfig.org/" > >MY_PN="synfig" >MY_PV=${PV} >MY_P=${MY_PN}-${PV} > >SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="virtual/pkgconfig" > >S=${WORKDIR}/${MY_P}/${PN} >B=${WORKDIR}/${MY_P}/${PN}_build > >src_prepare() { > sed -i.bck 's|etlincludedir=$includedir/ETL|etlincludedir=$includedir|' "${S}"/configure.ac > eautoreconf > eapply_user > mkdir ${B} >} > >src_configure() { > cd ${B}; ECONF_SOURCE=${S} econf >} > >src_compile() { > cd ${B}; emake >} > >src_install() { > cd ${B}; emake DESTDIR="${D}" install > dodoc ${S}/{AUTHORS,NEWS,README} >}
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 692622
:
587636
|
587638
|
630934
| 630936 |
630938
|
633964