2022-02-05 14:23:32 +00:00
################################################################################
#
# Copyright (C) 2021 351ELEC team (https://github.com/351ELEC/351ELEC)
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
################################################################################
2023-03-17 21:06:43 +00:00
PKG_NAME = "gearcoleco-lr"
2023-08-26 19:38:25 +00:00
PKG_VERSION = "cc7c19c776a12d149c2c935e2198ddad15f22f54"
2022-02-05 14:23:32 +00:00
PKG_REV = "1"
PKG_ARCH = "any"
PKG_LICENSE = "GPL"
PKG_SITE = "https://github.com/drhelius/Gearcoleco"
2023-02-24 13:53:43 +00:00
PKG_URL = " ${ PKG_SITE } /archive/ ${ PKG_VERSION } .tar.gz "
2022-02-05 14:23:32 +00:00
PKG_DEPENDS_TARGET = "toolchain"
PKG_PRIORITY = "optional"
PKG_SECTION = "libretro"
PKG_SHORTDESC = "Gearcoleco is a very accurate cross-platform ColecoVision emulator written in C++ that runs on Windows, macOS, Linux, BSD, Raspberry Pi and RetroArch."
PKG_LONGDESC = "Gearcoleco is a very accurate cross-platform ColecoVision emulator written in C++ that runs on Windows, macOS, Linux, BSD, Raspberry Pi and RetroArch."
PKG_IS_ADDON = "no"
PKG_TOOLCHAIN = "make"
PKG_AUTORECONF = "no"
m a k e _ t a r g e t ( ) {
make -C platforms/libretro/
}
m a k e i n s t a l l _ t a r g e t ( ) {
2023-02-24 13:53:43 +00:00
mkdir -p ${ INSTALL } /usr/lib/libretro
cp platforms/libretro/gearcoleco_libretro.so ${ INSTALL } /usr/lib/libretro/
2022-02-05 14:23:32 +00:00
}