mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
move package physfs:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
60ed6deeb9
commit
4cdbd251d0
@ -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
|
Loading…
x
Reference in New Issue
Block a user