void-packages/srcpkgs/physfs/template
Juan RP a005cdc402 physfs: update to 2.0.1.
--HG--
extra : convert_revision : 80adcf4d92de3bd8441d50c45c056eb7c40d62c9
2010-03-26 12:46:20 +01:00

23 lines
858 B
Plaintext

# Template file for 'physfs'
pkgname=physfs
version=2.0.1
distfiles="http://icculus.org/physfs/downloads/physfs-$version.tar.gz"
build_style=configure
CFLAGS="-fno-strict-aliasing"
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>"
checksum=1ee9891d9d34db4bcf78ae31f321fdb948c12e233ca04c690cae032968dbf45d
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