contrib/physfs/Pkgfile

23 lines
528 B
Plaintext
Raw Normal View History

2007-09-12 16:13:05 +02:00
# Description: Library to provide abstract access to various archives.
# URL: http://icculus.org/physfs/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-09-12 16:13:05 +02:00
# Packager: Mark Rosenstand, mark at borkware dot net
2009-04-04 04:19:25 +02:00
# Depends on: ncurses readline zlib cmake
2007-11-06 01:55:50 +01:00
# Optional: wxgtk
2006-10-29 18:16:17 +01:00
name=physfs
2009-04-04 04:19:25 +02:00
version=2.0.0
2006-10-29 18:16:17 +01:00
release=1
2009-04-04 04:19:25 +02:00
source=(http://icculus.org/$name/downloads/$name-$version.tar.gz)
2006-10-29 18:16:17 +01:00
build() {
2009-04-04 04:19:25 +02:00
cd $name-$version
2007-11-06 01:55:50 +01:00
2009-04-04 04:19:25 +02:00
cmake \
-DPHYSFS_BUILD_STATIC=FALSE \
-DCMAKE_INSTALL_PREFIX=/usr .
2007-11-06 01:55:50 +01:00
2006-10-29 18:16:17 +01:00
make
make DESTDIR=$PKG install
}