import 'compile/cmake' name=physfs version=2.0.3 dlextract "https://www.icculus.org/$name/downloads/$name-$version.tar.bz2" \ 'c2c727a8a8deb623b521b52d0080f613' _ cd "$name-$version" # Fix paths sed -i -e "/DESTINATION/s/bin/\"$(safe_sed "$dir_bin")\"/" \ -e "/DESTINATION/s/lib\${LIB_SUFFIX}/\"$(safe_sed "$dir_lib")\"/" CMakeLists.txt compile_cmake -- -DPHYSFS_BUILD_STATIC=FALSE # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: