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"
|
2011-10-24 13:08:19 +00:00
|
|
|
build_style=cmake
|
2012-05-23 06:14:33 +00:00
|
|
|
revision=2
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="cmake zlib-devel readline-devel"
|
2009-12-24 03:07:22 +00:00
|
|
|
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"
|