New Formula: physfs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0cea897f61
commit
793d4ea70c
1 changed files with 14 additions and 0 deletions
14
Formula/physfs.rb
Normal file
14
Formula/physfs.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Physfs <Formula
|
||||
url 'http://icculus.org/physfs/downloads/physfs-2.0.1.tar.gz'
|
||||
homepage 'http://icculus.org/physfs/'
|
||||
md5 'df00465fcfa80e87f718961c6dd6b928'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
|
||||
def install
|
||||
system "cmake . #{std_cmake_parameters} -DPHYSFS_BUILD_WX_TEST=FALSE"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue