From 44f63e03b5696fa9a40863d3d07298d295bdfd70 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 14 Sep 2009 19:06:50 +0200 Subject: [PATCH] new package: add inital package of wayland-20090913 (not working) --- packages/other/wayland/build | 18 ++++++++++++++++++ packages/other/wayland/install | 6 ++++++ packages/other/wayland/url | 1 + 3 files changed, 25 insertions(+) create mode 100755 packages/other/wayland/build create mode 100755 packages/other/wayland/install create mode 100644 packages/other/wayland/url 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