new package: add inital package of wayland-20090913 (not working)

This commit is contained in:
Stephan Raue 2009-09-14 19:06:50 +02:00
parent 677e5a6206
commit 44f63e03b5
3 changed files with 25 additions and 0 deletions

18
packages/other/wayland/build Executable file
View 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
View File

@ -0,0 +1,6 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/$1/.libs/*.so* $INSTALL/usr/lib

View File

@ -0,0 +1 @@
http://sources.openelec.tv/svn/wayland-20090913.tar.bz2