mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
new package: add package 'SDL_net'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
11c9a79f93
commit
d1e2bdffa5
21
packages/multimedia/SDL_net/build
Executable file
21
packages/multimedia/SDL_net/build
Executable file
@ -0,0 +1,21 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build SDL
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--localstatedir=/var \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-static \
|
||||||
|
--disable-gui \
|
||||||
|
--with-sdl-prefix="$SYSROOT_PREFIX/usr"
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
9
packages/multimedia/SDL_net/install
Executable file
9
packages/multimedia/SDL_net/install
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/install SDL
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -P $PKG_BUILD/.libs/*.so* $INSTALL/usr/lib
|
||||||
|
|
1
packages/multimedia/SDL_net/url
Normal file
1
packages/multimedia/SDL_net/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.7.tar.gz
|
Loading…
x
Reference in New Issue
Block a user