physfs: taken over

This commit is contained in:
Danny Rawlins 2007-09-13 00:13:05 +10:00
parent 02cea51c61
commit a596e12140

View File

@ -1,12 +1,13 @@
# Description: Library to provide abstract access to various archives
# URL: http://icculus.org/physfs/
# Maintainer: Mark Rosenstand, mark at borkware dot net
# Depends on: ncurses, readline, zlib
# Description: Library to provide abstract access to various archives.
# URL: http://icculus.org/physfs/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on: ncurses readline zlib
name=physfs
version=1.0.1
release=1
source=(http://icculus.org/physfs/downloads/physfs-1.0.1.tar.gz)
source=(http://icculus.org/physfs/downloads/physfs-$version.tar.gz)
build() {
cd physfs-$version
@ -14,3 +15,4 @@ build() {
make
make DESTDIR=$PKG install
}