New package: libev (for awesome)
This commit is contained in:
parent
fe25bb0473
commit
135f7b794b
4 changed files with 38 additions and 0 deletions
1
srcpkgs/libev-devel
Symbolic link
1
srcpkgs/libev-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libev
|
2
srcpkgs/libev/depends
Normal file
2
srcpkgs/libev/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=4.04"
|
||||
api_depends="${abi_depends}"
|
16
srcpkgs/libev/libev-devel.template
Normal file
16
srcpkgs/libev/libev-devel.template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'libdev-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (Development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/include usr
|
||||
|
||||
# Conflicts with libevent, not necessary.
|
||||
rm -f ${DESTDIR}/usr/include/event.h
|
||||
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
}
|
19
srcpkgs/libev/template
Normal file
19
srcpkgs/libev/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'libev'
|
||||
pkgname=libev
|
||||
version=4.04
|
||||
build_style=gnu-configure
|
||||
homepage="http://software.schmorp.de/pkg/${pkgname}.html"
|
||||
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
short_desc="High-performance event loop loosely modelled after libevent"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="GPL-2, BSD"
|
||||
checksum=ab3a09e967e3b868055cd9363fd236aa093f8643d19cc7042e90e0dfe905b012
|
||||
long_desc="
|
||||
A full-featured and high-performance (see benchmark) event loop that is
|
||||
loosely modelled after libevent, but without its limitations and bugs. It is
|
||||
used, among others, in the GNU Virtual Private Ethernet and rxvt-unicode
|
||||
packages, and in the Deliantra MORPG Server and Client."
|
||||
|
||||
subpackages="${pkgname}-devel"
|
||||
|
||||
Add_dependency run glibc
|
Loading…
Reference in a new issue