mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
move package physfs:
- no more need, move to pkg-archive branch
This commit is contained in:
@@ -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
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/.build/*.so* $INSTALL/usr/lib
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
http://icculus.org/physfs/downloads/physfs-2.0.0.tar.gz
|
||||
Reference in New Issue
Block a user