mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
new package:
- add libmicrohttpd for the upcoming xbmc-pvr update
This commit is contained in:
parent
8c4cca1e4f
commit
3437731546
22
packages/devel/libmicrohttpd/build
Executable file
22
packages/devel/libmicrohttpd/build
Executable file
@ -0,0 +1,22 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$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 \
|
||||
--disable-curl \
|
||||
--disable-https \
|
||||
--with-libgcrypt-prefix=$SYSROOT_PREFIX/usr
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
7
packages/devel/libmicrohttpd/install
Executable file
7
packages/devel/libmicrohttpd/install
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/daemon/.libs/*.so* $INSTALL/usr/lib
|
||||
|
1
packages/devel/libmicrohttpd/url
Normal file
1
packages/devel/libmicrohttpd/url
Normal file
@ -0,0 +1 @@
|
||||
ftp://sunsite.cnlab-switch.ch/mirror/gnu/libmicrohttpd/libmicrohttpd-0.4.5.tar.gz
|
Loading…
x
Reference in New Issue
Block a user