mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
new package: add package 'libevent'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4ea1cb6100
commit
7f4d38557e
19
packages/devel/libevent/build
Executable file
19
packages/devel/libevent/build
Executable file
@ -0,0 +1,19 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options $1
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--exec-prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--datadir=/usr/share \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-static \
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
7
packages/devel/libevent/install
Executable file
7
packages/devel/libevent/install
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options $1
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -P $PKG_BUILD/.libs/libevent*.so* $INSTALL/usr/lib
|
||||||
|
|
1
packages/devel/libevent/url
Normal file
1
packages/devel/libevent/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://monkey.org/~provos/libevent-1.4.14b-stable.tar.gz
|
Loading…
x
Reference in New Issue
Block a user