Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : mame | name : mame | ||||
| version : '0.228' | version : '0.229' | ||||
| release : 29 | release : 30 | ||||
| source : | source : | ||||
| - https://github.com/mamedev/mame/archive/mame0228.tar.gz : 1d8e6f20491492f8b15892ff958f9b067c48eb90cc2fc974b08bde297e657244 | - https://github.com/mamedev/mame/archive/mame0229.tar.gz : 414921771ada0804a8c7f3540e33338e8495e16a3bca78a5a2b355abafa51e6a | ||||
| license : | license : | ||||
| - BSD-3-Clause | - BSD-3-Clause | ||||
| - CC0-1.0 # Localization files and other things | - CC0-1.0 # Localization files and other things | ||||
| - GPL-2.0-or-later | - GPL-2.0-or-later | ||||
| - MIT # 'console' and 'json' plugins | - MIT # 'console' and 'json' plugins | ||||
| - WTFPL # 'hiscore' plugin | - WTFPL # 'hiscore' plugin | ||||
| component : games.emulator | component : games.emulator | ||||
| summary : Emulator for several hardware platforms to keep old games playable | summary : Emulator for several hardware platforms to keep old games playable | ||||
| Show All 39 Lines | %make IGNORE_GIT=1 \ | ||||
| USE_SYSTEM_LIB_PORTMIDI=1 \ | USE_SYSTEM_LIB_PORTMIDI=1 \ | ||||
| USE_SYSTEM_LIB_PUGIXML=1 \ | USE_SYSTEM_LIB_PUGIXML=1 \ | ||||
| USE_SYSTEM_LIB_RAPIDJSON=1 \ | USE_SYSTEM_LIB_RAPIDJSON=1 \ | ||||
| USE_SYSTEM_LIB_SQLITE3=1 \ | USE_SYSTEM_LIB_SQLITE3=1 \ | ||||
| USE_SYSTEM_LIB_ZLIB=1 \ | USE_SYSTEM_LIB_ZLIB=1 \ | ||||
| -j4 # The amount of RAM it requires is ridiculous. | -j4 # The amount of RAM it requires is ridiculous. | ||||
| install : | | install : | | ||||
| # Install executable files with proper filenames | # Install executable files with proper filenames | ||||
| install -Dm00755 ./mame64 $installdir/usr/share/mame/mame | install -Dm00755 ./mame -t $installdir/usr/share/mame | ||||
| install -Dm00755 $pkgfiles/mame -t $installdir/usr/bin | install -Dm00755 $pkgfiles/mame -t $installdir/usr/bin | ||||
| install -Dm00755 ./chdman -t $installdir/usr/bin | install -Dm00755 ./chdman -t $installdir/usr/bin | ||||
| # File cleanup | # File cleanup | ||||
| find \( -name dir.txt -o \ | find \( -name dir.txt -o \ | ||||
| -name "LICENSE*" -o \ | -name "LICENSE*" -o \ | ||||
| -name *.po -o \ | -name *.po -o \ | ||||
| -iname "readme*" \) -delete | -iname "readme*" \) -delete | ||||
| Show All 12 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.