import 'compile/cmake' name=openal-soft version=1.18.0 dlextract "https://github.com/kcat/$name/archive/$name-$version.tar.gz" \ 'a714a3ee1a5d5e2d963f996bc9af50f2' _ cd "$name-$name-$version" # Fix paths sed -i -e "/DESTINATION/s/bin/\"$(safe_sed "$dir_bin")\"/" \ -e "/DESTINATION/s/lib\${LIB_SUFFIX}/$(safe_sed "$dir_lib")/" \ -e "/DESTINATION/s/include\/AL/$(safe_sed "$dir_include/AL")/" CMakeLists.txt compile_cmake -- -DSHARE_INSTALL_DIR="/$dir_prefix/$dir_data" # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: