2009-12-24 03:07:22 +00:00
|
|
|
# Template file for 'physfs'
|
|
|
|
pkgname=physfs
|
2011-02-20 12:01:42 +00:00
|
|
|
version=2.0.2
|
2009-12-24 03:07:22 +00:00
|
|
|
distfiles="http://icculus.org/physfs/downloads/physfs-$version.tar.gz"
|
|
|
|
build_style=configure
|
|
|
|
configure_script="cmake"
|
|
|
|
configure_args=". -DCMAKE_INSTALL_PREFIX=/usr"
|
|
|
|
short_desc="Library to provide abstract access to various archives"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-20 12:01:42 +00:00
|
|
|
checksum=ae296d3148228e03fd56cc9ea58af02f87dcbb1fadef125c18b709ab37f0bc09
|
2009-12-24 03:07:22 +00:00
|
|
|
long_desc="
|
|
|
|
It is intended for use in video games, and the design was somewhat inspired
|
|
|
|
by Quake 3's file subsystem. The programmer defines a write directory on
|
|
|
|
the physical filesystem. No file writing done through the PhysicsFS API can
|
|
|
|
leave that write directory, for security."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run zlib
|
|
|
|
Add_dependency build cmake
|
|
|
|
Add_dependency build zlib-devel
|
2010-04-25 17:06:21 +00:00
|
|
|
Add_dependency build readline-devel
|