Nagy Karoly Gabriel
10 years ago
2 changed files with 61 additions and 0 deletions
@ -0,0 +1,27 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||||
|
#
|
||||||
|
# Filename: package/.../libuev/hotfix.patch
|
||||||
|
# Copyright (C) 2015 The OpenSDE Project
|
||||||
|
#
|
||||||
|
# More information can be found in the files COPYING and README.
|
||||||
|
#
|
||||||
|
# This patch file is dual-licensed. It is available under the license the
|
||||||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||||
|
# of the GNU General Public License as published by the Free Software
|
||||||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||||||
|
# version.
|
||||||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||||
|
|
||||||
|
--- ./Makefile.orig 2015-02-15 18:30:30.000000000 +0100
|
||||||
|
+++ ./Makefile 2015-02-15 21:12:03.081389097 +0100
|
||||||
|
@@ -46,7 +46,7 @@
|
||||||
|
libdir ?= $(prefix)/lib
|
||||||
|
datadir ?= $(prefix)/share/doc/$(LIBNAME)
|
||||||
|
incdir ?= $(prefix)/include
|
||||||
|
-DISTFILES = README CHANGELOG TODO LICENSE test.c
|
||||||
|
+DISTFILES = README CHANGELOG TODO LICENSE
|
||||||
|
HEADER = uev.h
|
||||||
|
|
||||||
|
OBJS := uev.o io.o timer.o signal.o
|
@ -0,0 +1,34 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../libuev/libuev.desc |
||||||
|
[COPY] Copyright (C) 2015 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] A simple event loop for Linux |
||||||
|
|
||||||
|
[T] libuEv is a simple event loop in the style of the more established libevent, |
||||||
|
[T] libev and the venerable Xt(3) event loop. The u (micro) in the name refers |
||||||
|
[T] to both the small feature set and the small size overhead impact of the |
||||||
|
[T] library. The primary target of libuEv is a modern Linux system. |
||||||
|
|
||||||
|
[U] https://github.com/troglobit/libuev |
||||||
|
|
||||||
|
[A] Joachim Nilsson <troglobit@gmail.com> |
||||||
|
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org> |
||||||
|
|
||||||
|
[C] extra/development |
||||||
|
|
||||||
|
[L] MIT |
||||||
|
[S] Stable |
||||||
|
[V] 1.0.5 |
||||||
|
[P] X -?---5---9 144.000 |
||||||
|
|
||||||
|
[D] 3062101172 libuev-1.0.5.tar.xz https://github.com/troglobit/libuev/releases/download/v1.0.5/ |
Loading…
Reference in new issue