diff options
Diffstat (limited to 'community/sdlmame/PKGBUILD')
-rw-r--r-- | community/sdlmame/PKGBUILD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/sdlmame/PKGBUILD b/community/sdlmame/PKGBUILD new file mode 100644 index 00000000..5c8ff34d --- /dev/null +++ b/community/sdlmame/PKGBUILD @@ -0,0 +1,9 @@ +# mame64 is called mame on i686 - see: +# 4e30b15e2f0034b36a38971d2922b9dea302e6bb -> fe8a47e4eeacdb7158bf658ce83346c40ffa2c75 + +eval "$( + declare -f package | \ + sed ' + s/ mame64 / mame / + ' +)" |