mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
move package libproxy:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
27e1e9c593
commit
2b14053fc5
@ -1,19 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
ac_cv_func_malloc_0_nonnull=yes \
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
PLUGIN_DIR=`pkg-config libproxy-1.0 --define-variable=prefix=/usr --variable=modulesdir`
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp -PR $PKG_BUILD/src/bin/.libs/proxy $INSTALL/usr/bin
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp -PR $PKG_BUILD/src/lib/.libs/*.so* $INSTALL/usr/lib
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/$PLUGIN_DIR
|
|
||||||
cp -PR $PKG_BUILD/src/modules/.libs/*.so $INSTALL/$PLUGIN_DIR
|
|
@ -1,11 +0,0 @@
|
|||||||
diff -Naur libproxy-svn-334/libproxy-1.0.pc.in libproxy-svn-334.patch/libproxy-1.0.pc.in
|
|
||||||
--- libproxy-svn-334/libproxy-1.0.pc.in 2009-04-21 15:45:40.000000000 +0200
|
|
||||||
+++ libproxy-svn-334.patch/libproxy-1.0.pc.in 2009-04-21 18:34:08.000000000 +0200
|
|
||||||
@@ -2,6 +2,7 @@
|
|
||||||
exec_prefix=@exec_prefix@
|
|
||||||
libdir=@libdir@
|
|
||||||
includedir=@includedir@
|
|
||||||
+modulesdir=${libdir}/libproxy/@VERSION@/modules
|
|
||||||
|
|
||||||
Name: libproxy
|
|
||||||
Description: Proxy Configuration Library
|
|
@ -1 +0,0 @@
|
|||||||
http://libproxy.googlecode.com/files/libproxy-0.3.0.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user