move package physfs:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-28 09:33:48 +01:00
parent 60ed6deeb9
commit 4cdbd251d0
3 changed files with 0 additions and 25 deletions

View File

@ -1,17 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
mkdir -p .build
cd .build
cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr \
-D CMAKE_FIND_ROOT_PATH:PATH=$SYSROOT_PREFIX \
..
make
$MAKEINSTALL

View File

@ -1,7 +0,0 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/.build/*.so* $INSTALL/usr/lib

View File

@ -1 +0,0 @@
http://icculus.org/physfs/downloads/physfs-2.0.0.tar.gz