2009-12-24 04:07:22 +01:00
|
|
|
# Template file for 'physfs'
|
|
|
|
pkgname=physfs
|
2011-02-20 13:01:42 +01:00
|
|
|
version=2.0.2
|
2009-12-24 04:07:22 +01:00
|
|
|
distfiles="http://icculus.org/physfs/downloads/physfs-$version.tar.gz"
|
2011-10-24 15:08:19 +02:00
|
|
|
build_style=cmake
|
2012-05-23 08:14:33 +02:00
|
|
|
revision=2
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="cmake zlib-devel readline-devel"
|
2009-12-24 04:07:22 +01:00
|
|
|
short_desc="Library to provide abstract access to various archives"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-20 13:01:42 +01:00
|
|
|
checksum=ae296d3148228e03fd56cc9ea58af02f87dcbb1fadef125c18b709ab37f0bc09
|
2009-12-24 04:07:22 +01: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"
|