Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 602938 Details for
Bug 547236
dev-games/libtcod - a free, fast, portable and uncomplicated API for roguelike developers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libtcod-1.15.1 ebuild
libtcod-1.15.1.ebuild (text/plain), 1.07 KB, created by
Oleg
on 2020-01-10 21:16:07 UTC
(
hide
)
Description:
libtcod-1.15.1 ebuild
Filename:
MIME Type:
Creator:
Oleg
Created:
2020-01-10 21:16:07 UTC
Size:
1.07 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=7 > >PYTHON_COMPAT=( python3_{5,6,7} ) > >inherit python-single-r1 autotools > >DESCRIPTION="A free, fast, portable and uncomplicated API for roguelike developers." >HOMEPAGE="http://roguecentral.org/doryen/libtcod/" >SRC_URI="https://github.com/libtcod/libtcod/archive/${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="python" >REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" > >RDEPEND="python? ( ${PYTHON_DEPS} ) > media-libs/libsdl2 > media-libs/libpng > sys-libs/zlib" >DEPEND="${RDEPEND}" > >PATCHES=( > "${FILESDIR}/${P}-fix-makefile.patch" > "${FILESDIR}/${P}-fix-configure.patch" >) > >S="${S}/buildsys/autotools/" > >src_prepare() { > default > eautoreconf >} > >src_configure() { > econf >} > >src_compile() { > emake >} > >src_install() { > emake "DESTDIR=${D}" install > > dodoc -r ../../docs > insinto ${ROOT}/usr/share/libtcod/ > doins -r ../../data ../../terminal.png >} > >pkg_postinst() { > elog "Additional files have been installed to /usr/share/libtcod/" >}
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 547236
:
401714
| 602938 |
602940