mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
move package libdv:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
eb16627a6e
commit
43b5cb7dee
@ -1,22 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-sdl \
|
||||
--disable-gtk \
|
||||
--disable-xv
|
||||
|
||||
$HOST_CC -o libdv/host-gasmoff libdv/gasmoff.c
|
||||
|
||||
make GASMOFF=host-gasmoff
|
||||
|
||||
$MAKEINSTALL
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR src/.libs/*.so* $INSTALL/usr/lib
|
@ -1 +0,0 @@
|
||||
http://kent.dl.sourceforge.net/sourceforge/libdv/libdv-1.0.0.tar.gz
|
Loading…
x
Reference in New Issue
Block a user