mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
new package:
- add libmicrohttpd for the upcoming xbmc-pvr update
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user