# TODO: Remove static versions of libraries. import 'compile/cmake' name=dolphin-emu version=5.0 dlextract "https://github.com/$name/dolphin/archive/$version/dolphin-$version.tar.gz" \ 'ed94272956adbec690808f6e4d8ff065' _ cd "dolphin-$version" # Fix paths sed -i -e "/DESTINATION \${CMAKE_INSTALL_PREFIX}/s/share/$(safe_sed "$dir_data")/" CMakeLists.txt compile_cmake -- -Dbindir="/$dir_prefix/$dir_bin" -Ddatadir="/$dir_prefix/$dir_data/$name" -Dmandir="/$dir_prefix/$dir_man" # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: