diff --git a/packages/other/wayland/build b/packages/other/wayland/build new file mode 100755 index 0000000000..0ee49e777b --- /dev/null +++ b/packages/other/wayland/build @@ -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 diff --git a/packages/other/wayland/install b/packages/other/wayland/install new file mode 100755 index 0000000000..dce51a02ec --- /dev/null +++ b/packages/other/wayland/install @@ -0,0 +1,6 @@ +#!/bin/sh + +. config/options + +mkdir -p $INSTALL/usr/lib +cp -PR $PKG_BUILD/$1/.libs/*.so* $INSTALL/usr/lib diff --git a/packages/other/wayland/url b/packages/other/wayland/url new file mode 100644 index 0000000000..255bd7bba1 --- /dev/null +++ b/packages/other/wayland/url @@ -0,0 +1 @@ +http://sources.openelec.tv/svn/wayland-20090913.tar.bz2 \ No newline at end of file