Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547236 - dev-games/libtcod - a free, fast, portable and uncomplicated API for roguelike developers
Summary: dev-games/libtcod - a free, fast, portable and uncomplicated API for roguelik...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-20 23:53 UTC by teddyg522
Modified: 2020-01-10 21:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
libtcod-1.5.1.ebuild (libtcod-1.5.1.ebuild,1.32 KB, text/plain)
2015-04-20 23:53 UTC, teddyg522
Details
libtcod-1.15.1 ebuild (libtcod-1.15.1.ebuild,1.07 KB, text/plain)
2020-01-10 21:16 UTC, Oleg
Details
Patch from debian to fix installation files (libtcod-1.15.1-fix-makefile.patch,2.83 KB, patch)
2020-01-10 21:16 UTC, Oleg
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description teddyg522 2015-04-20 23:53:42 UTC
Created attachment 401714 [details]
libtcod-1.5.1.ebuild

Hello,

I've attached an ebuild for the roguelike library libtcod, version 1.5.1.  Libtcod is a simple API for developers of roguelikes that provides many commonly used features (pathfinding, a true color console, etc.)
Comment 1 Oleg 2020-01-10 21:16:07 UTC
Created attachment 602938 [details]
libtcod-1.15.1 ebuild

Edited provided ebuild to build and install 1.15.1 version. Not sure what to do with python USE flag.
Comment 2 Oleg 2020-01-10 21:16:51 UTC
Created attachment 602940 [details, diff]
Patch from debian to fix installation files