UmVirt LFS Package info

DB commit: f62baf7ba8eded2e302a2eb6b9da5f0cb7e95fef
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

mgba

mGBA Game Boy Advance Emulator

Package info

Template:
Codename: mgba
Source file: mgba-0.10.3.tar.gz
Source file size: 14350721
Source file MD5-checkum: e2d07a8eab053e5087fee069e326dcf1
Source directory: mgba-0.10.3
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/m/mgba-0.10.3.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/m/mgba-0.10.3.tar.gz.md5sum
Dependances: SDL2, ffmpeg, qt5, lua-5.4.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build
cd build

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=None \
      ..

Build script:
cd build
make

Install script:
cd build
make install