Open androidnisse opened 1 month ago
Tried to update this, ran into a compilation error. Tried latest git, no luck. Leaving this here for now
name : libtcod
version : 1.24.0
release : 6
source :
- git|https://github.com/libtcod/libtcod.git : 50fca0061afec3a527df0dda14e57cd74cc38283
homepage : https://github.com/libtcod/libtcod
license : BSD-3-Clause
component : programming
summary : Roguelike graphics/utility library
description: |
libtcod is a free, fast, portable and uncomplicated API for roguelike developers providing an advanced true color console, input, and lots of other utilities frequently used in roguelikes.
libsplit : no
builddeps :
- pkgconfig(sdl2)
- pkgconfig(x11)
build : |
cd buildsys/autotools
%reconfigure
%make
install : |
install -d $installdir%libdir%
install -d $installdir/usr/include/libtcod
install -Dm00644 libtcod{,gui,xx}.so $installdir/%libdir%
install -Dm00644 include/*.h* $installdir/usr/include/libtcod
Please confirm there isn't already an existing package update request
Name
libtcod
Version
1.24.0
Link to the release notes or announcement.
https://github.com/libtcod/libtcod/releases/tag/1.24.0
Reason for updating
Old version in the repo. Many new improvements since then.