You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
459 B
18 lines
459 B
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:
|
|
|