mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
new package: add inital package of wayland-20090913 (not working)
This commit is contained in:
parent
677e5a6206
commit
44f63e03b5
18
packages/other/wayland/build
Executable file
18
packages/other/wayland/build
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build eagle
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
6
packages/other/wayland/install
Executable file
6
packages/other/wayland/install
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/$1/.libs/*.so* $INSTALL/usr/lib
|
1
packages/other/wayland/url
Normal file
1
packages/other/wayland/url
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/wayland-20090913.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user