1
0
This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2024-05-25 20:13:17 +02:00

15 lines
395 B
Makefile

PKG_NAME="chailove"
PKG_VERSION="fa103d42a70ad18765691f730b543a9ed11c1cba"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/libretro/libretro-chailove"
PKG_URL="${PKG_SITE}.git"
PKG_DEPENDS_TARGET="toolchain SDL"
PKG_LONGDESC="ChaiLove: 2D Game Framework"
PKG_TOOLCHAIN="make"
PKG_MAKE_OPTS_TARGET="-C ../"
makeinstall_target() {
make -C ../ install INSTALLDIR="${INSTALL}/usr/lib/libretro"
}