mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
remove package: 'libevent', moving to unofficial
This commit is contained in:
parent
344a91ed44
commit
ebf2c47966
@ -1,38 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
################################################################################
|
|
||||||
# This file is part of OpenELEC - http://www.openelec.tv
|
|
||||||
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
|
|
||||||
#
|
|
||||||
# This Program is free software; you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 2, or (at your option)
|
|
||||||
# any later version.
|
|
||||||
#
|
|
||||||
# This Program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with OpenELEC.tv; see the file COPYING. If not, write to
|
|
||||||
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
|
|
||||||
# http://www.gnu.org/copyleft/gpl.html
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
. config/options $1
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--exec-prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--datadir=/usr/share \
|
|
||||||
--disable-shared \
|
|
||||||
--enable-static \
|
|
||||||
--enable-openssl
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
@ -1,36 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
# This file is part of OpenELEC - http://www.openelec.tv
|
|
||||||
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
|
|
||||||
#
|
|
||||||
# This Program is free software; you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 2, or (at your option)
|
|
||||||
# any later version.
|
|
||||||
#
|
|
||||||
# This Program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with OpenELEC.tv; see the file COPYING. If not, write to
|
|
||||||
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
|
|
||||||
# http://www.gnu.org/copyleft/gpl.html
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
PKG_NAME="libevent"
|
|
||||||
PKG_VERSION="2.0.21-stable"
|
|
||||||
PKG_REV="1"
|
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="BSD"
|
|
||||||
PKG_SITE="http://libevent.org/"
|
|
||||||
PKG_URL="https://github.com/downloads/libevent/libevent/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
||||||
PKG_DEPENDS="openssl zlib"
|
|
||||||
PKG_BUILD_DEPENDS="toolchain openssl zlib"
|
|
||||||
PKG_PRIORITY="optional"
|
|
||||||
PKG_SECTION="devel"
|
|
||||||
PKG_SHORTDESC="libevent: A library for asynchronous event notification"
|
|
||||||
PKG_LONGDESC="The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. It is meant to replace the asynchronous event loop found in event-driven network servers."
|
|
||||||
PKG_IS_ADDON="no"
|
|
||||||
|
|
||||||
PKG_AUTORECONF="yes"
|
|
@ -1,46 +0,0 @@
|
|||||||
diff --git a/configure.in b/configure.in
|
|
||||||
index 18165f3..97007b5 100644
|
|
||||||
--- a/configure.in
|
|
||||||
+++ b/configure.in
|
|
||||||
@@ -7,12 +7,13 @@ dnl
|
|
||||||
dnl Original version Dug Song <dugsong@monkey.org>
|
|
||||||
|
|
||||||
AC_PREREQ(2.59c)
|
|
||||||
-AC_INIT(event.c)
|
|
||||||
+AC_INIT([libevent], [2.0.21-stable])
|
|
||||||
+AC_CONFIG_SRCDIR([event.c])
|
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
|
||||||
|
|
||||||
-AM_INIT_AUTOMAKE(libevent,2.0.21-stable)
|
|
||||||
-AM_CONFIG_HEADER(config.h)
|
|
||||||
+AM_INIT_AUTOMAKE
|
|
||||||
+AC_CONFIG_HEADERS(config.h)
|
|
||||||
AC_DEFINE(NUMERIC_VERSION, 0x02001500, [Numeric representation of the version])
|
|
||||||
|
|
||||||
dnl Initialize prefix.
|
|
||||||
diff --git a/test/Makefile.am b/test/Makefile.am
|
|
||||||
index b10c41a..53e00e4 100644
|
|
||||||
--- a/test/Makefile.am
|
|
||||||
+++ b/test/Makefile.am
|
|
||||||
@@ -19,8 +19,6 @@ endif
|
|
||||||
EXTRA_PROGRAMS = regress
|
|
||||||
noinst_HEADERS = tinytest.h tinytest_macros.h regress.h tinytest_local.h
|
|
||||||
|
|
||||||
-TESTS = $(top_srcdir)/test/test.sh
|
|
||||||
-
|
|
||||||
BUILT_SOURCES =
|
|
||||||
if BUILD_REGRESS
|
|
||||||
BUILT_SOURCES += regress.gen.c regress.gen.h
|
|
||||||
diff --git a/test/Makefile.in b/test/Makefile.in
|
|
||||||
index 451bd3c..939ad57 100644
|
|
||||||
--- a/test/Makefile.in
|
|
||||||
+++ b/test/Makefile.in
|
|
||||||
@@ -315,7 +315,6 @@ AUTOMAKE_OPTIONS = foreign
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include -DTINYTEST_LOCAL
|
|
||||||
EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c rpcgen_wrapper.sh test.sh
|
|
||||||
noinst_HEADERS = tinytest.h tinytest_macros.h regress.h tinytest_local.h
|
|
||||||
-TESTS = $(top_srcdir)/test/test.sh
|
|
||||||
BUILT_SOURCES = $(am__append_2)
|
|
||||||
test_init_SOURCES = test-init.c
|
|
||||||
test_init_LDADD = ../libevent_core.la
|
|
Loading…
x
Reference in New Issue
Block a user