mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
move package libirman:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
d67cad4870
commit
5310fd1c1f
@ -1,19 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=$TARGET_SYSCONFDIR
|
|
||||||
|
|
||||||
make libirman
|
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/lib
|
|
||||||
cp libirman.a $SYSROOT_PREFIX/usr/lib
|
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/include
|
|
||||||
cp irman.h $SYSROOT_PREFIX/usr/include
|
|
@ -1 +0,0 @@
|
|||||||
http://lirc.sourceforge.net/software/snapshots/libirman-0.4.4.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user