mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
new package: add inital package of wayland-20090913 (not working)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user